summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/doc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-10-29 18:32:04 +0100
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-10-31 08:38:02 +0000
commit102a919b734440df85617f1e3a8ba43c612839d5 (patch)
tree4f43def7d77f824edfe92a1b9fd885964331d0ba /src/platformheaders/doc
parentb75babc6ae3f0fd48d6f09f1feab7b517d078cb3 (diff)
Generate documentation .tags files for all of the docs
This allows others to link to QtDBus and the other libraries/tools using doxygen. Fixes: QTBUG-60933 Change-Id: I026895a432a328f224c40cf231ad12d109dc648f Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/platformheaders/doc')
-rw-r--r--src/platformheaders/doc/qtplatformheaders.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/platformheaders/doc/qtplatformheaders.qdocconf b/src/platformheaders/doc/qtplatformheaders.qdocconf
index 1ff6fe7a21..9a034e7671 100644
--- a/src/platformheaders/doc/qtplatformheaders.qdocconf
+++ b/src/platformheaders/doc/qtplatformheaders.qdocconf
@@ -35,5 +35,7 @@ sourcedirs += ..
exampledirs += snippets
imagedirs += images
+tagfile = qtplatformheaders.tags
+
navigation.landingpage = "Qt Platform Headers"
navigation.cppclassespage = "Qt Platform Headers C++ Classes"