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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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:

View File

@ -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