Hi everyone,
I wrote an article about documenting Lua code with LDoc.
LDoc is a Lua program that scans your Lua files and generates nice HTML documentation.
In my article I show you
- how to install and run LDoc
- how to use it with Sublime Edit
- how to create the docs for a whole project
- how to customize your HTML doc output
Hope this is useful to someone.
Best
René
Link to the article
http://devilsquid.com/how-to-get-a-better-coder-by-documenting-lua-code-like-a-pro/