diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2025-06-29 08:53:08 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2025-07-04 23:13:04 +0000 |
commit | 5f50c3ce23fcfbb0c00c8029e13697fc51ad1d4c (patch) | |
tree | e14ee0c8d9b61ae137834d3f2fca8f77e1b456f2 /tdebluez.Doxyfile.cmake | |
parent | 7425488d4db6656dd505c6f52d80e0490f0d27e9 (diff) | |
download | tdebluez-feat/apidocs.tar.gz tdebluez-feat/apidocs.zip |
Generating apidocs with the new macro tde_add_project_apidocs()feat/apidocs
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
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 |