summaryrefslogtreecommitdiff
path: root/script/cli/doc.lua
AgeCommit message (Collapse)Author
2024-02-26Merge branch 'master' into doc-updateAndreas
2024-02-21CLI option --doc_update.Andreas
Update an existing 'doc.json' without using --doc again.
2024-02-20Add "deprecated" key in JSON output.Andreas
2024-02-19Merge pull request #2526 from AndreasMatthias/doc-output-path最萌小汐
CLI option --doc_out_path <PATH>.
2024-02-19Merge pull request #2525 from AndreasMatthias/visible最萌小汐
Added 'visible' key (public, protected, ...) in JSON output.
2024-02-17Add 'visible' tag for 'doc.field' and 'tableindex' in JSON output.Andreas
2024-02-15CLI option --doc_out_path <PATH>.Andreas
This CLI option specifies the output directory path for documentation files (eg. 'doc.json').
2024-02-15Added 'desc' and 'rawdesc' keys for variables in JSON output.Andreas
2024-02-15Added 'visible' key (public, protected, ...) in JSON output.Andreas
2023-11-25Add raw descriptionsNyakoFox
2023-04-25export name and comment in returns最萌小汐
2023-04-25fix method view in doc最萌小汐
2023-03-13export all globals最萌小汐
fix #1943
2023-03-13export from libraries最萌小汐
#1943
2023-03-09export global variables最萌小汐
resolve #1943
2023-02-15should normalize path in filewatch最萌小汐
2023-01-31cleanup最萌小汐
2023-01-30command `lua.exportDocument`最萌小汐
finish #1833
2023-01-16improve type infer of recursion alias最萌小汐
2023-01-12cleanup最萌小汐
2022-12-08cleanup最萌小汐
2022-12-01update json.lua最萌小汐
2022-09-22CLI `--doc [path]` to make docs最萌小汐
resolve #741 resolve #1291
2022-09-22make docs最萌小汐
2022-09-21stack最萌小汐