|
> Has Lua society his own way of documenting Lua libraries ? > Like perl's POD, Python standards (out of source, or docstring > is-source') or C++ doxygen (in-source)? Have you checked LuaDoc? It uses JavaDoc style in-source comments and we plan to upgrade it to Lua 5 asap. Andre Carregal