summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-01-02 10:58:10 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-01-31 08:59:50 +0000
commit07218826e5b5b03b06d373764262a46ce4be51a7 (patch)
tree303d3c084af728e1a04781209cf7f0ae79d5861e /src/network
parent41e4b4de91227c12e50559ae74d3834e91eebc0b (diff)
Doc: Normalize \since usage
Although it's permitted to specify the project name together with a version number for \since, it's unnecessary for Qt classes and functions. This change also normalizes the version formatting: '<major>.<minor>' Change-Id: Ie5a43662077d13c31e241bcde8a7a2849d27d330 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/socket/qnativesocketengine.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/network/socket/qnativesocketengine.cpp b/src/network/socket/qnativesocketengine.cpp
index 928c7fc68f..b56d460b8c 100644
--- a/src/network/socket/qnativesocketengine.cpp
+++ b/src/network/socket/qnativesocketengine.cpp
@@ -761,7 +761,9 @@ bool QNativeSocketEngine::leaveMulticastGroup(const QHostAddress &groupAddress,
return d->nativeLeaveMulticastGroup(groupAddress, iface);
}
-/*! \since 4.8 */
+/*!
+ \since 4.8
+*/
QNetworkInterface QNativeSocketEngine::multicastInterface() const
{
Q_D(const QNativeSocketEngine);
@@ -770,7 +772,9 @@ QNetworkInterface QNativeSocketEngine::multicastInterface() const
return d->nativeMulticastInterface();
}
-/*! \since 4.8 */
+/*!
+ \since 4.8
+*/
bool QNativeSocketEngine::setMulticastInterface(const QNetworkInterface &iface)
{
Q_D(QNativeSocketEngine);