ldoc icon indicating copy to clipboard operation
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...

Results 146 ldoc issues
Sort by recently updated
recently updated
newest added
trafficstars

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....

feature-request

`tests/annot/annot.lua` was broken because `summary` field of annotation item became a list.

help-wanted
feature-request

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...

mwe-needed
help-wanted
feature-request

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...

help-wanted
feature-request

Index link should always be visible for consistency, even when on Index page.

help-wanted
feature-request

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...

help-wanted
feature-request

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?

help-wanted

considering this code; ``` lua ------------------------------------------------------------------------------- -- QueueItem class. -- Object created by `worker:push` when data is pushed into the `worker` queue -- @type queueitem local queueitem = { data...

help-wanted

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...

help-wanted
documentation