Doc: Enforce zero warnings for QtCore, QtGui
Change-Id: I7b39f9bf8d7bc9c9c5c21c4bd648a86281162740 Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
5f0e57ebc7
commit
cdf8fd5e86
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue