summaryrefslogtreecommitdiffstats
path: root/doc/global/compat.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-01-30 13:56:32 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-02-07 08:34:39 +0000
commit2294d1fb1a778b13d2514e7bb92e80b9cc4c6356 (patch)
tree43bbaa350688ae94dd77e0fedba793631d61efd6 /doc/global/compat.qdocconf
parentdbc3d8e15e7a158b540370d9f864fafdb55eddb4 (diff)
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>
Diffstat (limited to 'doc/global/compat.qdocconf')
-rw-r--r--doc/global/compat.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/global/compat.qdocconf b/doc/global/compat.qdocconf
index 12d061a28a..df3f49c653 100644
--- a/doc/global/compat.qdocconf
+++ b/doc/global/compat.qdocconf
@@ -6,4 +6,5 @@ macro.endquote = "\\endquotation"
macro.relatesto = "\\relates"
spurious = "Missing comma in .*" \
- "Missing pattern .*"
+ "Missing pattern .*" \
+ "Unable to parse (QML|JavaScript).*"