From 2294d1fb1a778b13d2514e7bb92e80b9cc4c6356 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 30 Jan 2017 13:56:32 +0100 Subject: 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 --- doc/global/compat.qdocconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/global') 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).*" -- cgit v1.2.3