summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-09-24 10:52:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 12:27:54 +0200
commitcae0bb18e4fdb5fedb8bec0054ae1acfa101d22b (patch)
tree73b84f6e5860dd3bbbc1cc512019d6b76d733aba
parent5f858d319fa3c2fd6ce0e6d0deed081b4c44b7b2 (diff)
Doc: minor changes to index.qdocv5.2.0-alpha1
index.qdoc of QtSerialPort Task-number: QTBUG-32173 Change-Id: I0cc4a3fd0b469d344da952dfd1042e431e043a4b Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--src/serialport/doc/src/index.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serialport/doc/src/index.qdoc b/src/serialport/doc/src/index.qdoc
index 00a8279f..7504d270 100644
--- a/src/serialport/doc/src/index.qdoc
+++ b/src/serialport/doc/src/index.qdoc
@@ -29,15 +29,15 @@
\page qtserialport-index.html
\since 5.1
\title Qt Serial Port
- \brief Provides API to make the serial programming simple and portable.
+ \brief Provides an API to make serial programming simple and portable.
Qt Serial Port provides the basic functionality, which includes
- configuring, I/O operations, get and set control signals of the
+ configuring, I/O operations, getting and setting the control signals of the
RS-232 pinouts.
The following items are not supported by this module:
\list
- \li Terminal features such as echo, control CR/LF, and so on.
+ \li Terminal features, such as echo, control CR/LF, and so on.
\li Text mode.
\li Configuring timeouts and delays while reading or writing.
\li Pinout signal change notification.