summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2020-04-28 19:03:59 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2020-04-29 15:23:23 +0000
commit6e8d75834eac4c4b9be78a8104993b3b76fb7dca (patch)
tree2c70a04d5af230aef843b9de5da07070c62d9d62 /Doxyfile.in
parentdc9a0af697bd3bff6504669ef732b0eaad2478a7 (diff)
downloaddbus-6e8d75834eac4c4b9be78a8104993b3b76fb7dca.tar.gz
Add support to generate the api documentation in Qt help format
Qt help files are used by Qt Creator and KDevelop, for example, to support the development of Qt-based applications and libraries. Generating api documentation in Qt help format is controlled by two user specific options named --enable-qt-help and --with-qchdir (autotools) and -DENABLE_QT_HELP and -DINSTALL_QCH_DIR (cmake).
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index f1377504..38baf5d8 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -179,3 +179,11 @@ DOT_CLEANUP = YES
# Configuration::addtions related to the search engine
#---------------------------------------------------------------------------
SEARCHENGINE = NO
+
+#---------------------------------------------------------------------------
+# Configuration::qt creator help support
+#---------------------------------------------------------------------------
+GENERATE_QHP = @DOXYGEN_GENERATE_QHP@
+QHP_NAMESPACE = org.freedesktop.dbus
+QHG_LOCATION = @DOXYGEN_QHG_LOCATION@
+QCH_FILE = @DOXYGEN_QCH_FILE@