-Some of the public classes were missing the \inmodule command.
-Fixed a sentence.
Change-Id: I88ebe12680c744e32253dc01c5ddb4292267caf9
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
/*!
\class QNetworkCookie
\since 4.4
+ \inmodule QtNetwork
+
\brief The QNetworkCookie class holds one network cookie.
Cookies are small bits of information that stateless protocols
/*!
\class QNetworkCookieJar
- \brief The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects
\since 4.4
+ \inmodule QtNetwork
+
+ \brief The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects
Cookies are small bits of information that stateless protocols
like HTTP use to maintain some persistent information across
/*!
\class QNetworkRequest
- \brief The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
\since 4.4
-
\ingroup network
\inmodule QtNetwork
+ \brief The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
+
QNetworkRequest is part of the Network Access API and is the class
holding the information necessary to send a request over the
network. It contains a URL and some ancillary information that can
/*!
\enum QNetworkRequest::Attribute
\since 4.7
-
+
Attribute codes for the QNetworkRequest and QNetworkReply.
Attributes are extra meta-data that are used to control the
/*! \enum QNetworkRequest::Priority
\since 4.7
-
+
This enum lists the possible network request priorities.
\value HighPriority High priority
\since 4.2
\reentrant
\ingroup network
+ \inmodule QtNetwork
Each network interface can contain zero or more IP addresses, which
in turn can be associated with a netmask and/or a broadcast
\since 4.2
\reentrant
\ingroup network
+ \inmodule QtNetwork
QNetworkInterface represents one network interface attached to the
host where the program is being run. Each network interface may
\since 4.5
\inmodule QtNetwork
\brief The QNetworkProxyQuery class is used to query the proxy
- settings for a socket
+ settings for a socket.
QNetworkProxyQuery holds the details of a socket being created or
request being made. It is used by QNetworkProxy and
\ingroup io
\ingroup network
+ \inmodule QtNetwork
The information about a URL that can be retrieved includes name(),
permissions(), owner(), group(), size(), lastModified(),
/*!
\class QLocalServer
\since 4.4
+ \inmodule QtNetwork
\brief The QLocalServer class provides a local socket based server.
/*!
\class QLocalSocket
\since 4.4
+ \inmodule QtNetwork
\brief The QLocalSocket class provides a local socket.