summaryrefslogtreecommitdiffstats
path: root/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-06-29 17:03:26 +0200
committerKai Koehne <kai.koehne@qt.io>2016-08-08 11:47:20 +0000
commitd3f3e98ee39f03d15d15ca664a104c1238ecf0c4 (patch)
tree9ee908aa8ed591f04f819128f32db9b35f95b71b /src/qdoc/doc/qdoc-manual-markupcmds.qdoc
parentacb38b386969a9e03faa117fabc6c82e59003de5 (diff)
qdoc: Add support for attribution pages
"\page xx attribution" now marks a page as describing a code attribution, and \generatelist{attributions} generates an overview of all attribution pages. Originally code attributions were meant to be handled by \legalese ... \endlegalese and \generatelist{legalese}. Anyhow, this fails giving more details than the pure license text. Change-Id: I3543f077051b361ce59fe27e50f9719dfa52ced3 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/qdoc/doc/qdoc-manual-markupcmds.qdoc')
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 2b78aef4e..edd64b741 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -3408,6 +3408,18 @@
navigation.landingpage configuration variable. The \e landingpage
variable is used as a title for a header that precedes each table.
+ \section2 \c annotatedattributions
+
+ The \c annotatedattributions argument provides a complete list of all
+ attributions as a set of tables containing the titles of all the
+ attributions, and a description of each attribution. Each title is a
+ link to the attribution's page.
+
+ A separate table for each module (that has attributions)
+ is generated, provided that the module has defined a
+ navigation.landingpage configuration variable. The \e landingpage
+ variable is used as a title for a header that precedes each table.
+
\target list example
\section2 \c {classes <prefix>}
@@ -3586,6 +3598,11 @@
* /
\endcode
+ \section2 \c attributions
+
+ The \c attributions argument is used to tell QDoc to generate a list
+ of attributions in the documentation.
+
\section2 \c related
The \c related argument is used in combination with the \l