Commit 62e9eeaf authored by Venugopal Shivashankar's avatar Venugopal Shivashankar
Browse files

Doc: Enable zero qdoc warnings limit


Change-Id: I2f2828bfc2d267fffac3eb2b9a9ec7e575d347a0
Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
parent 2ef52c87
No related merge requests found
Showing with 7 additions and 0 deletions
......@@ -10,3 +10,4 @@ instructions:
Test:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
......@@ -52,3 +52,6 @@ manifestmeta.highlighted.names = "QtScxml/Qt SCXML Traffic Light QML Example (Dy
navigation.landingpage = "Qt SCXML"
navigation.cppclassespage = "Qt SCXML C++ Classes"
navigation.qmltypespage = "Qt SCXML QML Types"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0
......@@ -50,3 +50,6 @@ tagfile = qtstatemachine.tags
navigation.landingpage = "Qt State Machine"
navigation.cppclassespage = "Qt State Machine C++ Classes"
navigation.qmltypespage = "Qt State Machine QML Types"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment