mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
docs(gen_vimdoc.py): ignore health.lua files #15614
This commit is contained in:
parent
2fe95cb1ad
commit
a422f2136a
@ -767,17 +767,4 @@ new({source}, {lang}, {opts}) *languagetree.new()*
|
||||
the injection language query per
|
||||
language.
|
||||
|
||||
|
||||
==============================================================================
|
||||
Lua module: vim.treesitter.health *treesitter-health*
|
||||
|
||||
check_health() *check_health()*
|
||||
TODO: Documentation
|
||||
|
||||
list_parsers() *list_parsers()*
|
||||
Lists the parsers currently installed
|
||||
|
||||
Return: ~
|
||||
A list of parsers
|
||||
|
||||
vim:tw=78:ts=8:ft=help:norl:
|
||||
|
@ -197,7 +197,6 @@ CONFIG = {
|
||||
'query.lua',
|
||||
'highlighter.lua',
|
||||
'languagetree.lua',
|
||||
'health.lua',
|
||||
],
|
||||
'files': ' '.join([
|
||||
os.path.join(base_dir, 'runtime/lua/vim/treesitter.lua'),
|
||||
@ -1131,7 +1130,7 @@ Doxyfile = textwrap.dedent('''
|
||||
INPUT_FILTER = "{filter}"
|
||||
EXCLUDE =
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS = */private/*
|
||||
EXCLUDE_PATTERNS = */private/* */health.lua
|
||||
EXCLUDE_SYMBOLS =
|
||||
EXTENSION_MAPPING = lua=C
|
||||
EXTRACT_PRIVATE = NO
|
||||
|
Loading…
Reference in New Issue
Block a user