ldoc
ldoc copied to clipboard
LDoc is a LuaDoc-compatible documentation generator which can also process C extension source. Markdown may be optionally used to render comments, as well as integrated readme documentation and pretty...
Steve, I have added a new set of features to the LDoc code and wanted to pass them on for integration assuming you find it as useful as I do....
`tests/annot/annot.lua` was broken because `summary` field of annotation item became a list.
The default template generates a project-level index page that contains a two-column table for each kind of module, such as topics ("Manual"), code modules, and examples. The columns contain the...
Often I write methods that use a table as an argument. Most often, it's the only table, but not always. When I document this in LDoc, I have to make...
Index link should always be visible for consistency, even when on Index page.
Is it possible to generate LDoc HTML pages for files/projects containing functions with no annotations? They would amount to HTML files with lists of public functions of a module. Is...
I'm currently including readme-style text for my project's index page directly in ldoc.ltp, marked up in HTML. This works, but I'd prefer to keep that text in a separate .md...
Running git-version ldoc on: https://github.com/gajop/chiliui/blob/docs/chili/controls/multiprogressbar.lua chiliui/chili/controls/multiprogressbar.lua:29: bars: declared table cannot have array entries Seems like a bug with ldoc?
considering this code; ``` lua ------------------------------------------------------------------------------- -- QueueItem class. -- Object created by `worker:push` when data is pushed into the `worker` queue -- @type queueitem local queueitem = { data...
The LDoc documentation could use an index with the complete list of all the tags that can be used. Now you have to scour the complete documentation to discover what...