From 5c6a433d6a6a4176082036ae94931467101a199a Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Sun, 12 Mar 2017 16:52:03 +0300 Subject: Doc: Remove unnecessary \fn tag for the swap() function ... as this function is implemented in cpp file. Change-Id: Ia5a0c262ebdb4b98b4575c85ab45fdc93742731f Reviewed-by: Leena Miettinen --- src/serialport/qserialportinfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 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. */ -- cgit v1.2.1