summaryrefslogtreecommitdiffstats
path: root/examples/serialport/doc/cwritersync.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/doc/cwritersync.qdoc')
-rw-r--r--examples/serialport/doc/cwritersync.qdoc12
1 files changed, 8 insertions, 4 deletions
diff --git a/examples/serialport/doc/cwritersync.qdoc b/examples/serialport/doc/cwritersync.qdoc
index 05858ef7..03086e05 100644
--- a/examples/serialport/doc/cwritersync.qdoc
+++ b/examples/serialport/doc/cwritersync.qdoc
@@ -1,6 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2013 Laszlo Papp <lpapp@kde.org>
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -29,12 +30,13 @@
\example cwritersync
\title Command Line Writer Sync Example
\ingroup qtserialport-examples
+ \brief Shows how to send data synchronously over serial port.
- The Command Line Writer Sync example shows how to use the QSerialPort class
- for sending data synchronously over the selected serial port with the
- desired settings.
+ \e{Command Line Writer Sync} shows how to use the QSerialPort class for
+ sending data synchronously over the selected serial port with the desired
+ settings.
- \image cwritersync-example.png Screenshot of the Command Line Writer Sync example
+ \image cwritersync-example.png
This command line writer sync example sends data synchronously over the
selected serial port in a console, provided by the QSerialPort class.
@@ -42,4 +44,6 @@
For sending data synchronously over the selected serial port, use the
\l{QIODevice::write()}{write()} and
\l{QIODevice::waitForBytesWritten()}{waitForBytesWritten()} methods.
+
+ \include examples-run.qdocinc
*/