summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-08-29 13:12:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-29 13:23:06 +0200
commit62645266590cfff620c4629ba85d8b9903c1f313 (patch)
tree739950b9174530118dec3d722d4c73040272e646 /src
parent3b3a9fe53f23cf3ac1b41919be415af22362e4c5 (diff)
Doc: minor language and layout edits
Task-number: QTBUG-31801 Change-Id: I99043ba5d1a417e093ae2e4bc7d2967ec9d095fc Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/tools/qdoc/doc/qdoc-minimum-qdocconf.qdoc11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/tools/qdoc/doc/qdoc-minimum-qdocconf.qdoc b/src/tools/qdoc/doc/qdoc-minimum-qdocconf.qdoc
index 4289f357e9..20e0b86b6c 100644
--- a/src/tools/qdoc/doc/qdoc-minimum-qdocconf.qdoc
+++ b/src/tools/qdoc/doc/qdoc-minimum-qdocconf.qdoc
@@ -26,12 +26,15 @@
****************************************************************************/
/*!
\page qdoc-minimum-qdocconf.html
-\title A minimal qdocconf file with comments
+\title A minimal qdocconf file with Comments
\brief Describes a minimal .qdocconf file
-Below you will find the full contents of qtgui.qdocconf. The subsequent section will discuss
-every statement in the qdocconf file.
+Below you will find the full contents of qtgui.qdocconf. The subsequent section
+will discuss every statement in the qdocconf file.
+
+Each line from the qdocconf file is first quoted. Below each statement you will
+find the meaning.
\code
#include(compat.qdocconf)
@@ -83,4 +86,6 @@ The source code of the example files can be found in the current directory.
The image files can be found in the underlying directory "images".
+\note Please take care with this minimal qdocconf file. Using it in the wrong directory
+could cause qdoc to include a large number of files.
*/