mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
fix(docs): ignore _*.lua files from auto doc generation #15678
This commit is contained in:
parent
29bc648d2b
commit
d140d3bd33
@ -1130,7 +1130,7 @@ Doxyfile = textwrap.dedent('''
|
||||
INPUT_FILTER = "{filter}"
|
||||
EXCLUDE =
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS = */private/* */health.lua
|
||||
EXCLUDE_PATTERNS = */private/* */health.lua */_*.lua
|
||||
EXCLUDE_SYMBOLS =
|
||||
EXTENSION_MAPPING = lua=C
|
||||
EXTRACT_PRIVATE = NO
|
||||
|
Loading…
Reference in New Issue
Block a user