mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 11:56:30 +00:00
ci: add newly added api file extmark.c to gen-vimdoc (#16158)
This commit is contained in:
@@ -94,6 +94,7 @@ CONFIG = {
|
|||||||
'win_config.c',
|
'win_config.c',
|
||||||
'tabpage.c',
|
'tabpage.c',
|
||||||
'ui.c',
|
'ui.c',
|
||||||
|
'extmark.c',
|
||||||
],
|
],
|
||||||
# List of files/directories for doxygen to read, separated by blanks
|
# List of files/directories for doxygen to read, separated by blanks
|
||||||
'files': os.path.join(base_dir, 'src/nvim/api'),
|
'files': os.path.join(base_dir, 'src/nvim/api'),
|
||||||
|
Reference in New Issue
Block a user