From 097942d328cb405a74c14ee0a501640b1390b2d8 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 5 Aug 2013 12:03:36 +0200 Subject: [PATCH] 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 Reviewed-by: Martin Smith --- src/corelib/doc/qtcore.qdocconf | 2 ++ 1 file changed, 2 insertions(+) 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"