aboutsummaryrefslogtreecommitdiff
path: root/scripts/lua2dox.lua
Commit message (Collapse)AuthorAge
* gen_vimdoc.py: generate LSP docsJustin M. Keyes2019-12-31
|
* doc: fix typosBrian Wignall2019-11-27
| | | | close #11459
* scripts/lua2dox.lua: Remove class declaration blockHirokazu Hata2019-10-27
| | | | | | | Judging class definitions in the form "string.find (line, '=% s * class% (')" must force writing class definitions in this format, but such a mechanism is Absent. Also, Lua has no formal class in the language specification, and implements inheritance with setmetadable. To detect this, we should have a parser for it, not a simple regular expression.
* doc #10017Justin M. Keyes2019-05-25
| | | | | - gen_vimdoc.py: fancy "bullet" - rework `:help channel-callback` - rename `:help buffered` to `:help channel-buffered`
* gen_vimdoc.py: get Lua docs via lua2dox.lua #9740KillTheMule2019-05-18