From 601da46674a7cca9099565b2dac6ca66dad0b82b Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 12 Jan 2018 13:13:47 +0100 Subject: Doc: Move extra comments into the QDoc comment block QDoc requires the function body to follow immediately after the /*! ... */ comment. Change-Id: I385bdfe16003e29950352a83ddb13fe75badcc5f Reviewed-by: Martin Smith --- src/serialport/qserialport.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp index 3b88736..a53212f 100644 --- a/src/serialport/qserialport.cpp +++ b/src/serialport/qserialport.cpp @@ -1396,10 +1396,13 @@ bool QSerialPort::isBreakEnabled() const /*! \reimp + + \omit + This function does not really read anything, as we use QIODevicePrivate's + buffer. The buffer will be read inside of QIODevice before this + method will be called. + \endomit */ -// This function does not really read anything, as we use QIODevicePrivate's -// buffer. The buffer will be read inside of QIODevice before this -// method will be called. qint64 QSerialPort::readData(char *data, qint64 maxSize) { Q_UNUSED(data); -- cgit v1.2.1