Skip to content

Commit

Permalink
Generate documentation .tags files for all of the docs
Browse files Browse the repository at this point in the history
This allows others to link to QtDBus and the other libraries/tools using
doxygen.

Fixes: QTBUG-60933
Change-Id: I026895a432a328f224c40cf231ad12d109dc648f
Reviewed-by: Paul Wicking <[email protected]>
Reviewed-by: Venugopal Shivashankar <[email protected]>
Reviewed-by: Martin Smith <[email protected]>
  • Loading branch information
gladhorn committed Oct 31, 2018
1 parent b75babc commit 102a919
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qmake/doc/qmake.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ sources = src/qmake-manual.qdoc
imagedirs = images
exampledirs = snippets

tagfile = qmake.tags

depends += \
activeqt \
qt3d \
Expand Down
2 changes: 2 additions & 0 deletions src/dbus/doc/qtdbus.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ excludedirs += ../../../examples/widgets/doc

examplesinstallpath = dbus

tagfile = qtdbus.tags

depends += qtdoc qtcore

# The following parameters are for creating a qhp file, the qhelpgenerator
Expand Down
2 changes: 2 additions & 0 deletions src/opengl/doc/qtopengl.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ depends += qtdoc qtcore qtgui qtwidgets qmake

examplesinstallpath = opengl

tagfile = qtopengl.tags

# The following parameters are for creating a qhp file, the qhelpgenerator
# program can convert the qhp file into a qch file which can be opened in
# Qt Assistant and/or Qt Creator.
Expand Down
2 changes: 2 additions & 0 deletions src/platformheaders/doc/qtplatformheaders.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ sourcedirs += ..
exampledirs += snippets
imagedirs += images

tagfile = qtplatformheaders.tags

navigation.landingpage = "Qt Platform Headers"
navigation.cppclassespage = "Qt Platform Headers C++ Classes"

0 comments on commit 102a919

Please sign in to comment.