summaryrefslogtreecommitdiffstats
path: root/dbus-1-tqt.Doxyfile.cmake
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2025-06-25 13:56:23 +0000
committerEmanoil Kotsev <deloptes@gmail.com>2025-07-11 00:42:48 +0000
commitccee564ea0e6d9c13127c170068f9364e41d7f89 (patch)
tree9caa0dc67a0764ca92c9a27f8cb53f1f353b2e9e /dbus-1-tqt.Doxyfile.cmake
parent8bc7bd5e9e885fc26ff398602970b189e8c490c3 (diff)
downloaddbus-1-tqt-feat/apidocs.tar.gz
dbus-1-tqt-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 'dbus-1-tqt.Doxyfile.cmake')
-rw-r--r--dbus-1-tqt.Doxyfile.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus-1-tqt.Doxyfile.cmake b/dbus-1-tqt.Doxyfile.cmake
index d725e49..6ef1858 100644
--- a/dbus-1-tqt.Doxyfile.cmake
+++ b/dbus-1-tqt.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 = DBus-1-TQt
+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 = 1.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 = 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
@@ -582,7 +582,7 @@ WARN_LOGFILE =
# ./include \
# ./scripts
-INPUT = ${CMAKE_SOURCE_DIR}/src
+INPUT = ${APIDOX_SOURCE_DIR}/src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is