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:
Topi Reinio 2017-01-30 13:56:32 +01:00 committed by Topi Reiniö
parent dbc3d8e15e
commit 2294d1fb1a

View File

@ -6,4 +6,5 @@ macro.endquote = "\\endquotation"
macro.relatesto = "\\relates"
spurious = "Missing comma in .*" \
"Missing pattern .*"
"Missing pattern .*" \
"Unable to parse (QML|JavaScript).*"