summaryrefslogtreecommitdiffstats
path: root/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/doc/qdoc-manual-topiccmds.qdoc')
-rw-r--r--src/qdoc/doc/qdoc-manual-topiccmds.qdoc14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
index d1a605b4e..53fe85684 100644
--- a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
@@ -364,9 +364,9 @@
\l {exampledirs-variable} {exampledirs} variable in the QDoc
configuration file.
- The documentation page will be output to \c {path-to-example}.html.
- QDoc will add a list of all the example's source files at the top
- of the page.
+ The documentation page will be output to \c {modulename-path-to-example}.html.
+ QDoc will add a list of all the example's source and images files at the end
+ of the page, unless \l {noautolist-command}{\\noautolist} command is used.
For example, if \l {exampledirs-variable} {exampledirs} contains
\c $QTDIR/examples/widgets/imageviewer, then
@@ -391,6 +391,9 @@
<center><h1>Image Viewer Example</h1></center>
\endraw
+ The example shows how to combine QLabel and QScrollArea
+ to display an image.
+
Files:
\list
\li \l{http://doc.qt.io/qt-5/qtwidgets-widgets-imageviewer-imageviewer-cpp.html}
@@ -401,12 +404,13 @@
{widgets/imageviewer/main.cpp}
\endlist
- The example shows how to combine QLabel and QScrollArea
- to display an image.
...
\endquotation
+ \b {See also:} \l {generatelist-command}{\\generatelist examplefiles},
+ \l {noautolist-command}{\\noautolist}
+
\target externalpage-command
\section1 \\externalpage