aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_api_vimdoc.py
Commit message (Collapse)AuthorAge
* gen_vimdoc.py: render nested lists, etc [ci skip]Justin M. Keyes2019-03-26
| | | | | | | - render_node() is now the main rendering function: it traverses a node and builds the Vim help text recursively. - render_para() is weird and ugly, it is the entry-point for rendering the help text for one docstring'd function.
* gen_api_vimdoc.py: Do not wrap on hyphens, long wordsJustin M. Keyes2019-01-26
| | | | | | - Any long symbol is intentional and should never be hardwrapped. - Vim help tags are often hyphenated, and hardwrapping on hyphens breaks the Vim help syntax parser.
* DOC: add support for intro sections in api docsPeter Hodge2018-07-25
|
* gen_api_vimdoc.py: add whitespace before "~"Justin M. Keyes2018-07-18
|
* gen_api_vimdoc: Make executable and change #! to python3James McCoy2018-06-29
|
* docJustin M. Keyes2017-12-26
| | | | | | | | vim-patch:8.0.1206: no autocmd for entering or leaving the command line (commit a4f6cec7a31ff8dbfa089b9e22227afbeb951e9b) NA patches: vim-patch:8.0.0320: warning for unused variable with small build
* gen_api_vimdoc.py: require "nvim_" prefixJustin M. Keyes2017-12-10
| | | | | Avoids doxygen bugs (things that aren't functions) and other noise (e.g. `remote_ui_disconnect()` was incorrectly included in api.txt).
* doc: API (generated)Justin M. Keyes2017-11-06
|
* gen_api_vimdoc.py: workaround: attributes of (void) functionsJustin M. Keyes2017-11-06
|
* gen_api_vimdoc.py: support Doxygen @noteJustin M. Keyes2017-11-06
|
* doc/api.txt: Merge with api-funcs.txtJustin M. Keyes2017-03-01
| | | | | | | | | | It's important that users have a single, easy-to-remember place for reading about the API. So this commit changes gen_api_vimdoc.py so that the generated section is appended to api.txt instead of creating a separate document. Also remove the section numbering and ToC: it's a maintenance cost, and it will be unnecessary when #5169 is integrated.
* scripts: Annotate API functions in generated docs (#6199)Tommy Allen2017-03-01
|
* automation: Generate API documentation (#5798)Tommy Allen2017-01-03
runtime: Add underscore to {} helpSpecial syntax pattern docs: Added generated api-funcs.txt