summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-08-21 15:52:25 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-08-21 17:11:10 +0200
commitbef82079db57ce6c4626dc4f3b6c36386713f7d1 (patch)
treeec6754f0d2ab10a4af82894903969666ff6afaa7 /src
parent6766582f7b52de38d4cae197766099ae2242ae3e (diff)
downloadqtwebchannel-bef82079db57ce6c4626dc4f3b6c36386713f7d1.tar.gz
Doc: Add extensions used by example files to .qdocconf
As the examples include files with extension that are not included in the global Qt documentation config, add them to the module's .qdocconf to get the files listed in the example documentation pages. Change-Id: Ifc3bf473b67d6acc795ce3f951f0c5269d69b69c Task-number: QTBUG-40831 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/webchannel/doc/qtwebchannel.qdocconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webchannel/doc/qtwebchannel.qdocconf b/src/webchannel/doc/qtwebchannel.qdocconf
index 1195639..cfb47e4 100644
--- a/src/webchannel/doc/qtwebchannel.qdocconf
+++ b/src/webchannel/doc/qtwebchannel.qdocconf
@@ -50,6 +50,7 @@ sourcedirs += .. \
exampledirs += ../../../examples/webchannel
+examples.fileextensions += "*.html *.json"
navigation.landingpage = "Qt WebChannel"
navigation.cppclassespage = "Qt WebChannel C++ Classes"