diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-23 14:57:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-23 14:57:08 +0200 |
commit | e6dccd3173c574e015b7fb0bea08b4339061f570 (patch) | |
tree | 4351d67a85cea0ceb43690fca70012188f986702 /dbus-1-tqt.Doxyfile.cmake | |
parent | 2d10834c46559c0341fd7d02b90429a86ac1c463 (diff) | |
download | dbus-1-tqt-e6dccd3173c574e015b7fb0bea08b4339061f570.tar.gz dbus-1-tqt-e6dccd3173c574e015b7fb0bea08b4339061f570.zip |
Instead of unusual use of full destination path for apidox in build directory, use simple 'apidocs'.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dbus-1-tqt.Doxyfile.cmake')
-rw-r--r-- | dbus-1-tqt.Doxyfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus-1-tqt.Doxyfile.cmake b/dbus-1-tqt.Doxyfile.cmake index 396e8f2..d725e49 100644 --- a/dbus-1-tqt.Doxyfile.cmake +++ b/dbus-1-tqt.Doxyfile.cmake @@ -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 = ${APIDOX_DIRECTORY} +OUTPUT_DIRECTORY = apidocs # 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 |