summaryrefslogtreecommitdiff
path: root/src/serialport/doc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-25 21:29:23 +0000
committerDenis Shienkov <denis.shienkov@gmail.com>2013-01-26 15:36:13 +0100
commita9d54120233e48b91e6ba1a9800cbceeaed460e7 (patch)
tree1f29ee37fdd729c7302fe5ef033e3654b4a732b8 /src/serialport/doc
parent086698ce1ef923a45a784fa2f6b167185f7e740d (diff)
downloadqtserialport-a9d54120233e48b91e6ba1a9800cbceeaed460e7.tar.gz
Call the module QtSerialPort instead of QtAddOnSerialPort
Use the QTSERIALPORT as a term for internal variables as well to remain consistent with the freshly chosen module name. Change-Id: Ia780b105649b39a1eca46702466da5bc31ec5af0 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/doc')
-rw-r--r--src/serialport/doc/src/build.qdoc2
-rw-r--r--src/serialport/doc/src/getsrc.qdoc2
-rw-r--r--src/serialport/doc/src/index.qdoc8
-rw-r--r--src/serialport/doc/src/intro.qdoc2
4 files changed, 7 insertions, 7 deletions
diff --git a/src/serialport/doc/src/build.qdoc b/src/serialport/doc/src/build.qdoc
index 127dc53..0cdf798 100644
--- a/src/serialport/doc/src/build.qdoc
+++ b/src/serialport/doc/src/build.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \module QtAddonSerialPort
+ \module QtSerialPort
\title Building and usage
\page build.html
\previouspage Get source
diff --git a/src/serialport/doc/src/getsrc.qdoc b/src/serialport/doc/src/getsrc.qdoc
index 8fcab95..92e3ef6 100644
--- a/src/serialport/doc/src/getsrc.qdoc
+++ b/src/serialport/doc/src/getsrc.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \module QtAddonSerialPort
+ \module QtSerialPort
\title Get source
\page getsrc.html
\previouspage Introduction
diff --git a/src/serialport/doc/src/index.qdoc b/src/serialport/doc/src/index.qdoc
index e290804..f6b5d1a 100644
--- a/src/serialport/doc/src/index.qdoc
+++ b/src/serialport/doc/src/index.qdoc
@@ -26,18 +26,18 @@
****************************************************************************/
/*!
- \module QtAddonSerialPort
- \title Qt Addon SerialPort Reference Documentation
+ \module QtSerialPort
+ \title QtSerialPort Reference Documentation
\page index.html
- \brief The QtAddonSerialPort module provides classes to make serial programming
+ \brief The QtSerialPort module provides classes to make serial programming
easier and portable.
To include the definitions of the module's classes, use the
following directive:
\code
- #include <QtAddOnSerialPort/QtAddOnSerialPort>
+ #include <QtSerialPort/QtSerialPort>
\endcode
To link against the module, add this line to your \l qmake \c
diff --git a/src/serialport/doc/src/intro.qdoc b/src/serialport/doc/src/intro.qdoc
index b8d7145..dbb30e5 100644
--- a/src/serialport/doc/src/intro.qdoc
+++ b/src/serialport/doc/src/intro.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \module QtAddonSerialPort
+ \module QtSerialPort
\title Introduction
\page intro.html
\contentspage {Introduction} {Contents}