mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
move documentation output to build/doxygen
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -54,5 +54,3 @@
|
||||
# local make targets
|
||||
local.mk
|
||||
|
||||
# Doxygen output
|
||||
/documentation/
|
||||
|
||||
2
Doxyfile
2
Doxyfile
@@ -54,7 +54,7 @@ PROJECT_LOGO =
|
||||
# If a relative path is entered, it will be relative to the location
|
||||
# where doxygen was started. If left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = documentation
|
||||
OUTPUT_DIRECTORY = build/doxygen
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
||||
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
||||
|
||||
Reference in New Issue
Block a user