docs(gen_vimdoc.py): ignore health.lua files #15614

This commit is contained in:
Gregory Anders
2021-09-09 19:28:12 -06:00
committed by GitHub
parent 2fe95cb1ad
commit a422f2136a
2 changed files with 1 additions and 15 deletions

View File

@@ -767,17 +767,4 @@ new({source}, {lang}, {opts}) *languagetree.new()*
the injection language query per the injection language query per
language. 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: vim:tw=78:ts=8:ft=help:norl:

View File

@@ -197,7 +197,6 @@ CONFIG = {
'query.lua', 'query.lua',
'highlighter.lua', 'highlighter.lua',
'languagetree.lua', 'languagetree.lua',
'health.lua',
], ],
'files': ' '.join([ 'files': ' '.join([
os.path.join(base_dir, 'runtime/lua/vim/treesitter.lua'), os.path.join(base_dir, 'runtime/lua/vim/treesitter.lua'),
@@ -1131,7 +1130,7 @@ Doxyfile = textwrap.dedent('''
INPUT_FILTER = "{filter}" INPUT_FILTER = "{filter}"
EXCLUDE = EXCLUDE =
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */private/* EXCLUDE_PATTERNS = */private/* */health.lua
EXCLUDE_SYMBOLS = EXCLUDE_SYMBOLS =
EXTENSION_MAPPING = lua=C EXTENSION_MAPPING = lua=C
EXTRACT_PRIVATE = NO EXTRACT_PRIVATE = NO