Doc: Enable qdoc warning count limit

This should restrict changes that
introduce new warnings.

Change-Id: I7e4b5d9d5d84b7c336509c380bc7e6d86e360f4a
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
Venugopal Shivashankar 2021-10-20 13:28:04 +02:00
parent 8d1db12bba
commit 347e74cafa
8 changed files with 24 additions and 0 deletions

View File

@ -41,3 +41,6 @@ imagedirs += images
navigation.landingpage = "Qt Concurrent"
navigation.cppclassespage = "Qt Concurrent C++ Classes"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -41,3 +41,6 @@ manifestmeta.highlighted.names = "QtNetwork/HTTP Example"
navigation.landingpage = "Qt Network"
navigation.cppclassespage = "Qt Network C++ Classes"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -64,3 +64,6 @@ qhp.QtOpenGL.subprojects.classes.sortPages = true
navigation.landingpage = "Qt OpenGL"
navigation.cppclassespage = "Qt OpenGL C++ Classes"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -40,3 +40,6 @@ imagedirs += images \
navigation.landingpage = "Qt Print Support"
navigation.cppclassespage = "Qt Print Support C++ Classes"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -39,3 +39,6 @@ imagedirs += images \
navigation.landingpage = "Qt SQL"
navigation.cppclassespage = "Qt SQL C++ Classes"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -52,3 +52,6 @@ manifestmeta.thumbnail.names = "QtTestLib/Chapter *"
navigation.landingpage = "Qt Test"
navigation.cppclassespage = "Qt Test C++ Classes"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -61,3 +61,6 @@ imagedirs += images \
navigation.landingpage = "Qt Widgets"
navigation.cppclassespage = "Qt Widgets C++ Classes"
manifestmeta.highlighted.names = "QtWidgets/Qt Widgets - Application Example"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -41,3 +41,6 @@ navigation.cppclassespage = "Qt XML C++ Classes"
# Add a thumbnail for examples that do not have images
manifestmeta.thumbnail.names = "QtXml/XML Stream Lint Example"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0