Difference between revisions of "Dox"
Line 2: | Line 2: | ||
{{#set:Description=A Lua Documentation Generator Script}} | {{#set:Description=A Lua Documentation Generator Script}} | ||
− | ''' | + | = Dox = |
+ | === '''A Lua Documentation Generator Script''' === | ||
+ | == What it Does == | ||
+ | Dox auto-generates HTML documentation of your code. | ||
− | Dox is very easy to use. | + | == Features == |
+ | * Multi-platform: dox works with all major versions of Windows and Linux. | ||
+ | * Dox is very easy to use. | ||
+ | * Dox is easy to modify (if desired). | ||
+ | * No external dependencies or installations. | ||
+ | * Executes in as little as one line of code. | ||
− | |||
− | + | == Download Dox and view help documentation at Github == | |
− | |||
− | |||
− | Download Dox and view help documentation at Github | ||
https://github.com/CentauriSoldier/Dox | https://github.com/CentauriSoldier/Dox | ||
− | View the Discussion Thread | + | == View the Discussion Thread == |
https://love2d.org/forums/viewtopic.php?f=5&t=82685 | https://love2d.org/forums/viewtopic.php?f=5&t=82685 | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 05:16, 20 August 2016
Contents
Dox
A Lua Documentation Generator Script
What it Does
Dox auto-generates HTML documentation of your code.
Features
- Multi-platform: dox works with all major versions of Windows and Linux.
- Dox is very easy to use.
- Dox is easy to modify (if desired).
- No external dependencies or installations.
- Executes in as little as one line of code.
Download Dox and view help documentation at Github
https://github.com/CentauriSoldier/Dox