Skip to content
Snippets Groups Projects
Commit fb5b9bed authored by Bienchen's avatar Bienchen
Browse files

Fix output dir of Doxygen to build dir

parent 3609a595
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ PROJECT_LOGO = ...@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If # entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used. # left blank the current directory will be used.
OUTPUT_DIRECTORY = doc OUTPUT_DIRECTORY = @BUILD_DIR@/doc
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # 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 format and # directories (in 2 levels) under the output directory of each output format and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment