diff options
Diffstat (limited to 'tdebluez.Doxyfile.cmake')
-rw-r--r-- | tdebluez.Doxyfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdebluez.Doxyfile.cmake b/tdebluez.Doxyfile.cmake index b10f27b..37b7b4c 100644 --- a/tdebluez.Doxyfile.cmake +++ b/tdebluez.Doxyfile.cmake @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = tdebluez +PROJECT_NAME = ${APIDOX_PROJECT_NAME} # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -38,7 +38,7 @@ PROJECT_NUMBER = # 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 = apidocs +OUTPUT_DIRECTORY = ${APIDOX_OUTPUT_DIR} # 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 |