From 7b39a06fab64feb985982392f8db2b52fcd321f0 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 23 Aug 2012 12:22:38 +0200 Subject: Doc: Add \inmodule QtCore to all QtCore class doc bodies Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen --- src/corelib/xml/qxmlstream.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/corelib/xml') diff --git a/src/corelib/xml/qxmlstream.cpp b/src/corelib/xml/qxmlstream.cpp index 6af3f62460..9a1fb9c6b5 100644 --- a/src/corelib/xml/qxmlstream.cpp +++ b/src/corelib/xml/qxmlstream.cpp @@ -168,6 +168,7 @@ QT_BEGIN_NAMESPACE /*! \class QXmlStreamEntityResolver + \inmodule QtCore \reentrant \since 4.4 @@ -254,6 +255,7 @@ QXmlStreamEntityResolver *QXmlStreamReader::entityResolver() const /*! \class QXmlStreamReader + \inmodule QtCore \reentrant \since 4.3 @@ -2257,6 +2259,7 @@ QXmlStreamAttributes QXmlStreamReader::attributes() const /*! \class QXmlStreamAttribute + \inmodule QtCore \since 4.3 \reentrant \brief The QXmlStreamAttribute class represents a single XML attribute @@ -2382,6 +2385,7 @@ QXmlStreamAttribute& QXmlStreamAttribute::operator=(const QXmlStreamAttribute &o /*! \class QXmlStreamAttributes + \inmodule QtCore \since 4.3 \reentrant \brief The QXmlStreamAttributes class represents a vector of QXmlStreamAttribute. @@ -2420,6 +2424,7 @@ QXmlStreamAttribute& QXmlStreamAttribute::operator=(const QXmlStreamAttribute &o /*! \class QXmlStreamNotationDeclaration + \inmodule QtCore \since 4.3 \reentrant \brief The QXmlStreamNotationDeclaration class represents a DTD notation declaration. @@ -2494,6 +2499,7 @@ Returns the public identifier. /*! \class QXmlStreamNamespaceDeclaration + \inmodule QtCore \since 4.3 \reentrant \brief The QXmlStreamNamespaceDeclaration class represents a namespace declaration. @@ -2576,12 +2582,14 @@ Returns the namespaceUri. /*! \class QXmlStreamStringRef + \inmodule QtCore \since 4.3 \internal */ /*! \class QXmlStreamEntityDeclaration + \inmodule QtCore \since 4.3 \reentrant \brief The QXmlStreamEntityDeclaration class represents a DTD entity declaration. @@ -2868,6 +2876,7 @@ QStringRef QXmlStreamReader::documentEncoding() const /*! \class QXmlStreamWriter + \inmodule QtCore \since 4.3 \reentrant -- cgit v1.2.3