summaryrefslogtreecommitdiffstats
path: root/src/serialport/doc/src/intro.qdoc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-25 21:15:15 +0000
committerDenis Shienkov <denis.shienkov@gmail.com>2013-01-26 15:17:17 +0100
commit086698ce1ef923a45a784fa2f6b167185f7e740d (patch)
tree8b587a0946f30a32b52b19c252684911b40b0d6a /src/serialport/doc/src/intro.qdoc
parent13e1bc161ce0359722eb81a3bebe24216d06dc93 (diff)
Move the library and example documentations to the right places
Change-Id: Ia04d1f576b90ba705471b290b50f7adc2b13d00f Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/doc/src/intro.qdoc')
-rw-r--r--src/serialport/doc/src/intro.qdoc80
1 files changed, 80 insertions, 0 deletions
diff --git a/src/serialport/doc/src/intro.qdoc b/src/serialport/doc/src/intro.qdoc
new file mode 100644
index 00000000..b8d71457
--- /dev/null
+++ b/src/serialport/doc/src/intro.qdoc
@@ -0,0 +1,80 @@
+/****************************************************************************
+**
+** Copyright (C) 2011-2012 Denis Shienkov <scapig2@yandex.ru>
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \module QtAddonSerialPort
+ \title Introduction
+ \page intro.html
+ \contentspage {Introduction} {Contents}
+ \nextpage Get source
+
+ \section1 History
+
+ QtSerialPort originated from the third-party library
+ \l{http://gitorious.org/qserialdevice/qserialdevice/trees/2.0}{QSerialDevice 2.0}.
+
+ \section1 Overviews
+
+ Bla-bla
+
+ \section1 Supported platforms
+
+ The goal is to implement support for multiple platforms, the current state
+ of support provided in the table below:
+
+ \table
+ \header
+ \o Platform
+ \o Support state
+ \o Notes
+ \row
+ \o Windows x86/x64 NT based (2K, XP, Vista, 7, 8)
+ \o Full support.
+ \o Support expected for Windows 8, but has not yet been tested.
+ \row
+ \o Windows CE
+ \o Partially support.
+ \o Tested only with platforms 5 and 6 by using the emulator.
+ \row
+ \o Symbian
+ \o Partially support.
+ \o The implementation is not complete and further support in doubt.
+ \row
+ \o Gnu/Linux
+ \o Full support.
+ \o
+ \row
+ \o Mac OSX
+ \o Full support.
+ \o
+ \row
+ \o Other *nix
+ \o Full support.
+ \o All POSIX-compatible.
+ \endtable
+
+*/