Difference between revisions of "Dox"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{#set:Name=Dox}}
 
{{#set:LOVE Version=Any}}
 
{{#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 =
 +
=== '''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.
  
Dox is easy to modify (if desired).
 
  
Dox creates HTML documentation of your code without the need for any external dependencies or installations using only 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



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


View the Discussion Thread

https://love2d.org/forums/viewtopic.php?f=5&t=82685