From e71f0601b840ccbcbf3c56190628b2ed05ce3a18 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 16 Sep 2013 13:18:16 +0200 Subject: Doc: language and standard review Task-number: QTBUG-32173 Change-Id: I225bc1e4dfe3c12d3441c86002305c542377cf5d Reviewed-by: Laszlo Papp Reviewed-by: Jerome Pasion --- src/serialport/doc/src/index.qdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/serialport/doc') diff --git a/src/serialport/doc/src/index.qdoc b/src/serialport/doc/src/index.qdoc index ae5faeb..00a8279 100644 --- a/src/serialport/doc/src/index.qdoc +++ b/src/serialport/doc/src/index.qdoc @@ -27,6 +27,7 @@ /*! \page qtserialport-index.html + \since 5.1 \title Qt Serial Port \brief Provides API to make the serial programming simple and portable. @@ -34,12 +35,12 @@ configuring, I/O operations, get and set control signals of the RS-232 pinouts. - The following are not supported by this module: + The following items are not supported by this module: \list \li Terminal features such as echo, control CR/LF, and so on. \li Text mode. - \li Configuring timeouts and delays while reading. - \li Tracking and notification when the state of RS-232 pinout signals change. + \li Configuring timeouts and delays while reading or writing. + \li Pinout signal change notification. \endlist To use these classes in your application, use the following include -- cgit v1.2.1