[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How do you document C++Lua interfaces?
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 11 Aug 2009 14:45:04 +0200
On Tue, Aug 11, 2009 at 11:24 AM, Sebastian
Wolff<sw@allmech.tuwien.ac.at> wrote:
> Most modules I found in the WWW are not documented yet in terms of C++ AND
> Lua API.
LuaDoc can be fooled by feeding it pseudo-Lua files, like the example
for LuaFileSystem.
Some developers, like Wolfgang Oertl with his LuaGnome, use a modified
form of LuaDoc to work on C/C++ files as well. Then the parallel sets
of documentation can at least exist in the same files.
steve d.