Doc: Enforce zero warnings for QtCore, QtGui

Change-Id: I7b39f9bf8d7bc9c9c5c21c4bd648a86281162740
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Topi Reinio 2021-10-24 20:28:50 +02:00 committed by Topi Reiniö
parent 5f0e57ebc7
commit cdf8fd5e86
2 changed files with 6 additions and 0 deletions

View File

@ -53,3 +53,6 @@ excludefiles += ../kernel/qtestsupport_core.cpp
navigation.landingpage = "Qt Core"
navigation.cppclassespage = "Qt Core C++ Classes"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -71,3 +71,6 @@ spurious += "Undocumented enum item '.*' in QGradient::Preset"
# \svgcolor {#ffdead}
macro.svgcolor.HTML = "<div style=\"padding:10px;color:#fff;background:\1;\"></div>"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0