F-T-TT / luadocx

Documentation Generator Tool for the Lua language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luadocx

Documentation Generator Tool for the Lua language



LuaDocX - Generate documents from Lua source files


-   extract tags (module, class, function) from Lua source files. write to JSON file.

    luadocx extract -c config_file_path source_files_dir json_file_dir


-   generate offline HTML docments:

    luadocx generate -c config_file_path json_file_dir html_files_dir


About

Documentation Generator Tool for the Lua language


Languages

Language:PHP 93.5%Language:CSS 6.5%