Add Q_DECL_NOTHROW to the tokens qdoc ignores
authorLars Knoll <lars.knoll@nokia.com>
Wed, 15 Aug 2012 20:50:30 +0000 (22:50 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 18 Aug 2012 06:34:53 +0000 (08:34 +0200)
This fixes a couple of qdoc errors on methods that
are declared as nothrow.

Change-Id: I22bcd18253665280a5c1c3a38539dacf8f869c57
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
doc/global/qt-cpp-ignore.qdocconf

index 42e09cc..97242c8 100644 (file)
@@ -35,7 +35,8 @@ Cpp.ignoretokens        = QT_ASCII_CAST_WARN \
                           Q_GADGET \
                           Q_INVOKABLE \
                           Q_DECL_CONSTEXPR \
-                          Q_DECL_NOEXCEPT
+                          Q_DECL_NOEXCEPT \
+                          Q_DECL_NOTHROW
 Cpp.ignoredirectives    = Q_DECLARE_INTERFACE \
                           Q_DECLARE_METATYPE \
                           Q_DECLARE_OPERATORS_FOR_FLAGS \