diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index 9451c666565..4ed46ae6ddb 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -66,5 +66,5 @@ manifestmeta.highlighted.names = \ "QtCore/Serialization Converter" \ "QtCore/QXmlStream Bookmarks Example" -# Enforce zero documentation warnings -warninglimit = 0 +# Temporarily allow warning: No such parameter 'other' in QFlags::operator=() +warninglimit = 1 diff --git a/src/corelib/global/qflags.qdoc b/src/corelib/global/qflags.qdoc index 4542d99268a..598576bfe6b 100644 --- a/src/corelib/global/qflags.qdoc +++ b/src/corelib/global/qflags.qdoc @@ -174,7 +174,7 @@ /*! \fn template QFlags &QFlags::operator=(const QFlags &other) - Assigns \e other to this object and returns a reference to this + Assigns \a other to this object and returns a reference to this object. */