summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2017-03-12 16:52:03 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2017-03-18 11:55:02 +0000
commit5c6a433d6a6a4176082036ae94931467101a199a (patch)
treeb508426d3f2f4e7ac4541855c9333c113f9f3f34
parentd99b4cf607827bebd62475ed419bd6765a3b1d0b (diff)
downloadqtserialport-5c6a433d6a6a4176082036ae94931467101a199a.tar.gz
Doc: Remove unnecessary \fn tag for the swap() function
... as this function is implemented in cpp file. Change-Id: Ia5a0c262ebdb4b98b4575c85ab45fdc93742731f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/serialport/qserialportinfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/serialport/qserialportinfo.cpp b/src/serialport/qserialportinfo.cpp
index 2547e01..f49051d 100644
--- a/src/serialport/qserialportinfo.cpp
+++ b/src/serialport/qserialportinfo.cpp
@@ -122,8 +122,7 @@ QSerialPortInfo::~QSerialPortInfo()
{
}
-/*! \fn void QSerialPortInfo::swap(QSerialPortInfo &other)
-
+/*!
Swaps QSerialPortInfo \a other with this QSerialPortInfo. This operation is
very fast and never fails.
*/