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>
This commit is contained in:
David Faure 2013-08-05 12:03:36 +02:00 committed by The Qt Project
parent 658e42e77a
commit 097942d328

View File

@ -40,5 +40,7 @@ exampledirs += \
imagedirs += images
excludedirs += snippets
navigation.landingpage = "Qt Core"
navigation.cppclassespage = "Qt Core C++ Classes"