Difference between revisions of "Dox"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{#set:LOVE Version= | + | {{#set:Name=Dox}} |
+ | {{#set:LOVE Version=Any}} | ||
{{#set:Description=A Lua Documentation Generator Script}} | {{#set:Description=A Lua Documentation Generator Script}} | ||
+ | {{#set:Keyword=Documentation}} | ||
− | + | = Dox = | |
+ | === '''A Lua Documentation Generator Script''' === | ||
− | |||
− | Dox | + | == What it Does == |
+ | Dox auto-generates HTML documentation of your code. | ||
− | Dox | + | == 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]] |
Latest revision as of 18:02, 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