2294d1fb1a
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>
11 lines
454 B
Plaintext
11 lines
454 B
Plaintext
macro.0 = "\\\\0"
|
|
macro.n = "\\\\n"
|
|
macro.r = "\\\\r"
|
|
macro.img = "\\image"
|
|
macro.endquote = "\\endquotation"
|
|
macro.relatesto = "\\relates"
|
|
|
|
spurious = "Missing comma in .*" \
|
|
"Missing pattern .*" \
|
|
"Unable to parse (QML|JavaScript).*"
|