summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-11-16 07:58:50 +0100
committerKai Koehne <kai.koehne@qt.io>2020-12-09 15:00:40 +0100
commitcceb7710cf287ea88b72260093de985987d83f56 (patch)
treec7166ed108415148217a8bab5052acaea861bdb7
parent3d0c0bda6c3f5b36cac96b20fa8a17db112bc1d7 (diff)
Doc: Document attribution argumentv5.12.11
Attribution pages got introduced in commit d3f3e98ee. Also order the arguments alphabetically. Change-Id: I14d54067b803bf6a788676a45fec7969486187be Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 3d97baa9535a7dc4dedd883d1c1fa2a2a0e6d1c6)
-rw-r--r--src/qdoc/doc/qdoc-manual-topiccmds.qdoc14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
index 05e7b331b..deb84ddc5 100644
--- a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
@@ -934,22 +934,24 @@
\list
+ \li api - This is the type of page used for C++ class references and
+ QML type references. You should never use this one for the pages
+ you write, because this one is reserved for QDoc.
+
+ \li attribution - A page describing (code) attributions.
+
+ \li example - A page that describes a working example.
+
\li faq - A frequently asked question.
\li howto - A user guide on how to use some components of the
software.
- \li example - A page that describes a working example.
-
\li overview - For text pages that provide an overview of some
important subject.
\li tutorial - For text pages that are part of a tutorial.
- \li api - This is the type of page used for C++ class references and
- QML type references. You should never use this one for the pages
- you write, because this one is reserved for qdoc.
-
\endlist
The page title is set using the \l {title-command} {\\title}