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
parent
8d1db12bba
commit
347e74cafa
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue