summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-01-16 13:22:40 +0100
committerMartin Smith <martin.smith@qt.io>2018-01-18 06:32:09 +0000
commite65caf92af473f97834967714be0a6fa85ccd7ad (patch)
treec89168dea07ae8ac277af8509329759b3b51579d /src/network
parent706e8a0295832a54e86fb72e1505444a69a55362 (diff)
doc: Remove qdoc marker from inside #if 0 block
clang sees the comments inside #if 0 blocks when they occur in source files. Therefore qdoc comments can't appear inside those blocks. Change-Id: I5c9c7e9e002042710a5c26252bc7029b2d163dcf Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/socket/qnativesocketengine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/network/socket/qnativesocketengine.cpp b/src/network/socket/qnativesocketengine.cpp
index 03395a37f0..02f3ba14ce 100644
--- a/src/network/socket/qnativesocketengine.cpp
+++ b/src/network/socket/qnativesocketengine.cpp
@@ -1163,7 +1163,7 @@ bool QNativeSocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWri
}
#if 0 // currently unused
-/*!
+/*
Returns the size of the operating system's socket receive
buffer. Depending on the operating system, this size may be
different from what has been set earlier with
@@ -1175,7 +1175,7 @@ qint64 QNativeSocketEngine::receiveBufferSize() const
return option(ReceiveBufferSocketOption);
}
-/*!
+/*
Sets the size of the operating system receive buffer to \a size.
For clients, this should be set before connectToHost() is called;
@@ -1196,7 +1196,7 @@ void QNativeSocketEngine::setReceiveBufferSize(qint64 size)
setOption(ReceiveBufferSocketOption, size);
}
-/*!
+/*
Returns the size of the operating system send buffer. Depending on
the operating system, this size may be different from what has
been set earlier with setSendBufferSize().
@@ -1207,7 +1207,7 @@ qint64 QNativeSocketEngine::sendBufferSize() const
return option(SendBufferSocketOption);
}
-/*!
+/*
Sets the size of the operating system send buffer to \a size.
The operating system send buffer size effectively limits how much