diff options
| author | Venugopal Shivashankar <[email protected]> | 2015-05-18 15:47:51 +0200 |
|---|---|---|
| committer | Venugopal Shivashankar <[email protected]> | 2015-05-27 10:27:54 +0000 |
| commit | 18be63de2a5588ea6ac4b9ffe8de176aabe8bd83 (patch) | |
| tree | 0281d07264f2b0eb91025b914f1be5b67b786121 /src | |
| parent | 79be2601225bdb50cab72e2502b7d7f9ee81e94f (diff) | |
Doc: Added the missing \brief and \image for example docs
The Qt TestLib examples are just tutorials so updated
the qdocconf to use the default thumbnail in the
Qt Creator welcome screen.
Task-number: QTBUG-41996
Change-Id: Ia04a42a92e414c97a426b6095a62621a348e7de0
Reviewed-by: Topi Reiniƶ <[email protected]>
Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/testlib/doc/qttestlib.qdocconf | 3 | ||||
| -rw-r--r-- | src/xml/doc/qtxml.qdocconf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/testlib/doc/qttestlib.qdocconf b/src/testlib/doc/qttestlib.qdocconf index 35b4fbcb7b7..0fafc733b18 100644 --- a/src/testlib/doc/qttestlib.qdocconf +++ b/src/testlib/doc/qttestlib.qdocconf @@ -40,5 +40,8 @@ excludedirs += ../../../examples/widgets/doc imagedirs += images +# Add a thumbnail for examples that do not have images +manifestmeta.thumbnail.names = "QtTestLib/Chapter *" + navigation.landingpage = "Qt Test" navigation.cppclassespage = "Qt Test C++ Classes" diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf index 8ca421ff4ed..419859ac8b0 100644 --- a/src/xml/doc/qtxml.qdocconf +++ b/src/xml/doc/qtxml.qdocconf @@ -40,3 +40,6 @@ imagedirs += images \ navigation.landingpage = "Qt XML" navigation.cppclassespage = "Qt XML C++ Classes" + +# Add a thumbnail for examples that do not have images +manifestmeta.thumbnail.names = "QtXml/XML Stream Lint Example" |
