Doc: Ignore QML/JavaScript parsing errors
QDoc reports warnings for every QML code snippet that's not a complete QML type declaration - ignore these warnings because in majority of the cases, they're not indicative of any actual problems in the code. Change-Id: I53d13e2ae683ca8c5473f68eda17c61199de1ff8 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
parent
dbc3d8e15e
commit
2294d1fb1a
@ -6,4 +6,5 @@ macro.endquote = "\\endquotation"
|
||||
macro.relatesto = "\\relates"
|
||||
|
||||
spurious = "Missing comma in .*" \
|
||||
"Missing pattern .*"
|
||||
"Missing pattern .*" \
|
||||
"Unable to parse (QML|JavaScript).*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user