Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-19 | Merge pull request #2526 from AndreasMatthias/doc-output-path | 最萌小汐 | |
CLI option --doc_out_path <PATH>. | |||
2024-02-19 | Merge pull request #2525 from AndreasMatthias/visible | 最萌小汐 | |
Added 'visible' key (public, protected, ...) in JSON output. | |||
2024-02-19 | Merge pull request #2524 from AndreasMatthias/desc/rawdesc | 最萌小汐 | |
Added 'desc' and 'rawdesc' keys for variables in JSON output. | |||
2024-02-17 | Add 'visible' tag for 'doc.field' and 'tableindex' in JSON output. | Andreas | |
2024-02-15 | CLI option --doc_out_path <PATH>. | Andreas | |
This CLI option specifies the output directory path for documentation files (eg. 'doc.json'). | |||
2024-02-15 | Added 'desc' and 'rawdesc' keys for variables in JSON output. | Andreas | |
2024-02-15 | Added 'visible' key (public, protected, ...) in JSON output. | Andreas | |
2024-02-01 | Update test.yml | actboy168 | |
2024-02-01 | Update test.yml | actboy168 | |
2024-02-01 | Create test.yml | actboy168 | |
2024-02-01 | Merge pull request #2502 from emmericp/luadoc-groups | 最萌小汐 | |
Add group param for luadoc generated by plugins | |||
2024-02-01 | Merge pull request #2507 from emmericp/visualize-cmd | 最萌小汐 | |
Add --visualize command that outputs the AST of a given file as graphviz | |||
2024-02-01 | Add --visualize command that outputs the AST of a given file as graphviz | Paul Emmerich | |
2024-01-28 | Add group param for luadoc generated by plugins | Paul Emmerich | |
This allows binding multiple generated luadoc annotations to a single node easily by explicitly specifying their bind group. | |||
2024-01-24 | update changelog | 最萌小汐 | |
2024-01-24 | fix rename in library | 最萌小汐 | |
2024-01-24 | fix warnings | 最萌小汐 | |
2024-01-24 | Revert "Merge pull request #2481 from ↵ | 最萌小汐 | |
fesily/automatic-derivation-function-param-type" This reverts commit 34319c7990cba47ddc00e77aabfccbb923f84e26, reversing changes made to ef7157c450254b0ee447960b0cb06d6f1b0dbaaa. | |||
2024-01-24 | Merge pull request #2497 from deathlyfrantic/patch-1 | 最萌小汐 | |
Add `table.move()` to LuaJIT compatibility | |||
2024-01-24 | Add `table.move()` to LuaJIT compatibility | zandr | |
LuaJIT supports `table.move()`: https://luajit.org/extensions.html#lua53 | |||
2024-01-24 | Merge pull request #2486 from fesily/plugin-OnNodeCompileFunctionParam | 最萌小汐 | |
Plugin on node compile function param | |||
2024-01-23 | Merge pull request #2489 from fesily/fix-guide-getParams | 最萌小汐 | |
fix guide.getParams | |||
2024-01-20 | remove unused | fesily | |
2024-01-19 | recode plugin interface | fesily | |
2024-01-18 | fix guide.getParams | fesily | |
2024-01-18 | Merge pull request #2488 from fesily/Never-sematic-virtual-ast-and-comment | 最萌小汐 | |
Never sematic virtual ast and comment | |||
2024-01-18 | Never sematic virtual ast and comment | fesily | |
2024-01-17 | Merge branch 'master' into plugin-OnNodeCompileFunctionParam | fesily | |
2024-01-17 | Merge pull request #2481 from fesily/automatic-derivation-function-param-type | 最萌小汐 | |
Automatic derivation function param type | |||
2024-01-17 | fix test | fesily | |
2024-01-17 | Merge branch 'LuaLS:master' into plugin-OnNodeCompileFunctionParam | fesily | |
2024-01-17 | Merge pull request #2485 from fesily/support-multi-plugins | 最萌小汐 | |
support multi plugins | |||
2024-01-17 | use func.parent.ref | fesily | |
2024-01-17 | format | fesily | |
2024-01-17 | add test | fesily | |
2024-01-17 | plugin interface add OnNodeCompileFunctionParam | fesily | |
2024-01-17 | fix error | fesily | |
2024-01-17 | support multi plugins | fesily | |
2024-01-16 | compileLocal add async | fesily | |
2024-01-16 | automatic derivation function param type | fesily | |
2024-01-10 | Merge pull request #2474 from fesily/plugin-add-OnTransformAst | 最萌小汐 | |
astHelper: addParamTypeDoc | |||
2024-01-10 | fix error | fesily | |
2024-01-10 | fix crash bug | fesily | |
2024-01-10 | fix removeArg | fesily | |
2024-01-10 | cleanup | fesily | |
2024-01-10 | Merge branch 'LuaLS:master' into plugin-add-OnTransformAst | fesily | |
2024-01-10 | astHelper: addParamTypeDoc | fesily | |
2024-01-10 | Merge pull request #2473 from CppCXY/master | 最萌小汐 | |
update format 1.4.3 | |||
2024-01-10 | Merge pull request #2472 from fesily/plugin-add-OnTransformAst | 最萌小汐 | |
plugin: add OnTransformAst interface | |||
2024-01-10 | update format 1.4.3 | CppCXY | |