summaryrefslogtreecommitdiff
path: root/src/qdoc/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-01-11 10:33:53 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-11 14:24:15 +0000
commitf0644bd7992da4125bd307ee72d49b40ef589805 (patch)
treefa38f088507443770a264a4b23692b2c435daeb4 /src/qdoc/doc
parent8cb52df34ffc5a60d280277cb40df04db1640172 (diff)
downloadqttools-f0644bd7992da4125bd307ee72d49b40ef589805.tar.gz
qdoc: Allow specifying a module name as QHP selector
Previously, there was no machanism to list the members of a specific C++/QML module in a table of contents subsection. This allows the above, with following syntax: qhp.project.subprojects.name.title = Qt FooBar Classes qhp.project.subprojects.name.indexTitle = Qt FooBar C++ Classes qhp.project.subprojects.name.selectors = module:QtFooBar Change-Id: I1547df3618c2daf8d24987c67e337e9dc99835b5 Task-number: QTBUG-50334 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
Diffstat (limited to 'src/qdoc/doc')
-rw-r--r--src/qdoc/doc/qdoc-manual-qdocconf.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qdoc/doc/qdoc-manual-qdocconf.qdoc b/src/qdoc/doc/qdoc-manual-qdocconf.qdoc
index 045be3b33..7579a5598 100644
--- a/src/qdoc/doc/qdoc-manual-qdocconf.qdoc
+++ b/src/qdoc/doc/qdoc-manual-qdocconf.qdoc
@@ -1176,8 +1176,10 @@
\row \li \c class \li Classes
\row \li \c qmltype \li QML Types
\row \li \c qmlclass \li Alias for \c qmltype.
- \row \li \c module \li C++ Modules
- \row \li \c qmlmodule \li QML Modules
+ \row \li \c module[:name] \li C++ modules or members of the module
+ with a specified name.
+ \row \li \c qmlmodule[:name] \li QML modules or members of the module
+ with a specified name.
\row \li \c doc[:subtype] \li Documentation pages with a specified
\c subtype. Multiple subtypes can be
listed as a comma-separated list.