I'm not sure if this is a good approach either. The documentation created by doxygen is too C++-centric, not sure if it's good enough for Lua API documentation. The syntax is C++, parameters are listed in a C++ manner and thus return values handled specially by tolua are lost.
See for yourself:
http://mc-server.xoft.cz/API/html/classes.html
On the other hand, I must hand it to doxygen, the inheritance is handled great - there are inheritance graphs, lists of inherited member functions... We're missing that in the wiki.
See for yourself:
http://mc-server.xoft.cz/API/html/classes.html
On the other hand, I must hand it to doxygen, the inheritance is handled great - there are inheritance graphs, lists of inherited member functions... We're missing that in the wiki.