Closed cschreib closed 3 years ago
Started this with https://github.com/lunarmodules/LDoc in branch https://github.com/cschreib/lxgui/tree/lua-doc. It seems not possible to get Doxygen to reliably include Lua documentation, so I'm going for a separate output for C++ and Lua. It's a bit of a shame, but there should be a way to link the two together.
The Lua API documentation is now available here https://cschreib.github.io/lxgui/lua/index.html
Currently, the Lua API of lxgui is undocumented. It follows closely the original WoW API, but:
Acceptance criteria:
The Lua API should be integrated in the Doxygen output if possible. This can use lua2dox.Not possible.Once this is done, getting the API fully documented can be a background task.