Age | Commit message (Collapse) | Author |
|
|
|
|
|
Detect discard-returns in all block types
|
|
Update compiler.lua
|
|
|
|
|
|
|
|
|
|
Update `doc.json`
|
|
|
|
|
|
Flush stdout in check progress indicator
|
|
|
|
|
|
Only load files in workspace for --check (skip libraries)
|
|
|
|
stdout is often line-buffered and needs flushing for the progress indicator to work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add infer function param type
|
|
|
|
Add "deprecated" key in JSON output.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Lewis Russell <me@lewisr.dev>
|
|
|
|
Update an existing 'doc.json' without using --doc again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support tuple type
|
|
CLI option --doc_out_path <PATH>.
|
|
Added 'visible' key (public, protected, ...) in JSON output.
|
|
|
|
This CLI option specifies the output directory path for
documentation files (eg. 'doc.json').
|
|
|
|
|
|
Add group param for luadoc generated by plugins
|
|
|