summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/examples.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-09-09 13:22:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-10 13:26:59 +0200
commitc9c435179eddd4f252658b1106b924441168ca56 (patch)
treee0dad5e641c25f29380e6188cbfae6a98992c7f6 /src/tools/qdoc/doc/examples/examples.qdoc
parent6d1f8575a3b034583a25c12d29d8897f6c6ebe1a (diff)
Doc: split up Qdoc-manual
qdoc-manual.qdoc is now an overview document Each section is a separate qdoc file Title modification in minimal qdocconf qdoc file Task-number: QTBUG-31801 Change-Id: I9e50eb8c4f1f501e9c0bc768372d4393b73053ed Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/tools/qdoc/doc/examples/examples.qdoc')
-rw-r--r--src/tools/qdoc/doc/examples/examples.qdoc16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/tools/qdoc/doc/examples/examples.qdoc b/src/tools/qdoc/doc/examples/examples.qdoc
index ed57d27dba..af7ff591b6 100644
--- a/src/tools/qdoc/doc/examples/examples.qdoc
+++ b/src/tools/qdoc/doc/examples/examples.qdoc
@@ -36,7 +36,7 @@
and their public interfaces. The types are grouped into a module, the
\l{UI Components} module.
- The \l{componentset/uicomponents.qdoc}{uicomponents.qdoc} file generates
+ The \l{componentset/uicomponents.qdoc.sample}{uicomponents.qdoc} file generates
the overview page for the \l{UI Components} module page.
The generated documentation is available in the \l{UI Components} module.
@@ -82,3 +82,17 @@
inside C++ classes to define the public API of the QML type.
*/
+
+
+/*!
+ \qmlmodule UIComponents 1.0
+ \title UI Components
+ \brief Basic set of UI components
+
+ This is a listing of a list of UI components implemented by QML types. These
+
+ files are available for general import and they are based off the \l{Qt
+ Quick Code Samples}.
+
+ This module is part of the \l{componentset}{UIComponents} example.
+*/