summaryrefslogtreecommitdiffstats
path: root/src/pdf/doc/qtpdf.qdocconf
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-10-26 11:32:58 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-11-15 20:32:16 +0000
commitd518dd7d0745f9e5c4e65b3f63e5a2204c7fd816 (patch)
tree733345186470d891d7fcf934273a18850e69443a /src/pdf/doc/qtpdf.qdocconf
parent68e4cd6c2ec1fb92110fed1d31f320bdc5ddd766 (diff)
Doc: Fix qdoc warnings and enable zero warning limit
Change-Id: Ifa2914e7bca9c224670a1891785d0ba8262cd61b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/pdf/doc/qtpdf.qdocconf')
-rw-r--r--src/pdf/doc/qtpdf.qdocconf15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/pdf/doc/qtpdf.qdocconf b/src/pdf/doc/qtpdf.qdocconf
index eafa0726d..75d41af1d 100644
--- a/src/pdf/doc/qtpdf.qdocconf
+++ b/src/pdf/doc/qtpdf.qdocconf
@@ -38,17 +38,22 @@ depends += qtcore \
qtquick \
qtcmake
-headerdirs += ../api \
- ../quick
+headerdirs += ../
-sourcedirs += .. \
- ../quick
+sourcedirs += ../ \
+ ../../pdfquick
exampledirs += ../../../examples/pdfwidgets \
snippets/
+# add a generic thumbnail for an example that has no \image in its doc
+manifestmeta.thumbnail.names = "QtPdf/PDF Viewer Example"
+
imagedirs += images
navigation.landingpage = "Qt PDF"
navigation.cppclassespage = "Qt PDF C++ Classes"
-navigation.qmltypespage = "Qt WebEngine QML Types"
+navigation.qmltypespage = "Qt Quick PDF QML Types"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0