summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-27 22:51:47 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-28 08:42:52 +0100
commit40dde35fc0cc047567c2fe4f855c6824216b259e (patch)
tree9f139af383e0682b3bb3d64a9b7f7313ac28b227
parent6962b6cc448ca0943a9ecc9775ba350aab2c9793 (diff)
Fix a few issues in the QSerialPort documentation (likely typo)
Change-Id: I6a5f2b3b23a71eebb79f1521a587c1ee4cb5ca5f Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
-rw-r--r--src/serialport/qserialport.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp
index 82652208..09cbbfa5 100644
--- a/src/serialport/qserialport.cpp
+++ b/src/serialport/qserialport.cpp
@@ -255,7 +255,7 @@ int QSerialPortPrivateData::timeoutValue(int msecs, int elapsed)
\value Baud38400 38400 baud.
\value Baud57600 57600 baud.
\value Baud115200 115200 baud.
- \value UnknownRate Unknown baud.
+ \value UnknownBaud Unknown baud.
\sa QSerialPort::baudRate
*/
@@ -279,7 +279,7 @@ int QSerialPortPrivateData::timeoutValue(int msecs, int elapsed)
This enum describes the parity scheme used.
- \Value NoParity No parity.
+ \value NoParity No parity.
\value EvenParity Even parity.
\value OddParity Odd parity.
\value SpaceParity Space parity.
@@ -316,7 +316,7 @@ int QSerialPortPrivateData::timeoutValue(int msecs, int elapsed)
*/
/*!
- \enum QSerialPort::PinoutSignals
+ \enum QSerialPort::PinoutSignal
This enum describes the possible RS-232 pinout signals.
@@ -583,7 +583,7 @@ bool QSerialPort::settingsRestoredOnClose() const
This signal is emitted after the flag which allows to restore the
previous settings while closing the serial port has been changed. The new
flag which allows to restore the previous settings while closing the serial
- port is passed as \restore.
+ port is passed as \a restore.
\sa QSerialPort::settingsRestoredOnClose
*/
@@ -682,7 +682,7 @@ QSerialPort::DataBits QSerialPort::dataBits() const
\fn void QSerialPort::dataBitsChanged(DataBits dataBits)
This signal is emitted after the data bits in a frame has been changed. The
- new data bits in a frame is passed as \dataBits.
+ new data bits in a frame is passed as \a dataBits.
\sa QSerialPort::dataBits
*/