The Doxyfile target needs to be %builddir%/doc
This commit is contained in:
parent
7cc550fc22
commit
c99cfc8024
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ PROJECT_NUMBER = 3.0
|
|||
# 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 = doc
|
||||
OUTPUT_DIRECTORY = %builddir%/doc
|
||||
|
||||
# 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
|
||||
|
|
@ -1415,7 +1415,7 @@ DIRECTORY_GRAPH = YES
|
|||
# generated by dot. Possible values are png, jpg, or gif
|
||||
# If left blank png will be used.
|
||||
|
||||
DOT_IMAGE_FORMAT = png
|
||||
DOT_IMAGE_FORMAT = jpg
|
||||
|
||||
# The tag DOT_PATH can be used to specify the path where the dot tool can be
|
||||
# found. If left blank, it is assumed the dot tool can be found in the path.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue