summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2013-08-05 12:03:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-07 23:58:21 +0200
commit097942d328cb405a74c14ee0a501640b1390b2d8 (patch)
tree26435bde497eb57791284093fbe7c6c21f3c5d77 /src
parent658e42e77a00596b63823482c9b77644556b647c (diff)
Doc: exclude snippets subdir.
This fixes the qdoc warning: doc/snippets/code/src_corelib_tools_qcommandlineparser.cpp:85: warning: Hostile character 0x24 in C++ source and doesn't lead to any loss in the generated documentation. Snippets are not "source files" for qdoc, they are included by source files. Change-Id: Ica0169813d71994ff258bf7c48f2fd387d33d772 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/doc/qtcore.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf
index c74a2b4761..7a3e20aa89 100644
--- a/src/corelib/doc/qtcore.qdocconf
+++ b/src/corelib/doc/qtcore.qdocconf
@@ -40,5 +40,7 @@ exampledirs += \
imagedirs += images
+excludedirs += snippets
+
navigation.landingpage = "Qt Core"
navigation.cppclassespage = "Qt Core C++ Classes"