diff options
| author | Nico Vertriest <[email protected]> | 2013-09-09 13:22:12 +0200 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2013-09-10 13:26:59 +0200 |
| commit | c9c435179eddd4f252658b1106b924441168ca56 (patch) | |
| tree | e0dad5e641c25f29380e6188cbfae6a98992c7f6 /src/tools/qdoc/doc/examples/examples.qdoc | |
| parent | 6d1f8575a3b034583a25c12d29d8897f6c6ebe1a (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ƶ <[email protected]>
Reviewed-by: Martin Smith <[email protected]>
Reviewed-by: Jerome Pasion <[email protected]>
Diffstat (limited to 'src/tools/qdoc/doc/examples/examples.qdoc')
| -rw-r--r-- | src/tools/qdoc/doc/examples/examples.qdoc | 16 |
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 ed57d27dba7..af7ff591b69 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. +*/ |
