summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src/complexpingpong.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/doc/src/complexpingpong.qdoc')
-rw-r--r--examples/dbus/doc/src/complexpingpong.qdoc14
1 files changed, 13 insertions, 1 deletions
diff --git a/examples/dbus/doc/src/complexpingpong.qdoc b/examples/dbus/doc/src/complexpingpong.qdoc
index b4cac193fc..ef9df18eab 100644
--- a/examples/dbus/doc/src/complexpingpong.qdoc
+++ b/examples/dbus/doc/src/complexpingpong.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** 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.
@@ -28,4 +28,16 @@
/*!
\example complexpingpong
\title D-Bus Complex Ping Pong Example
+ \ingroup examples-dbus
+ \brief Demonstrates usage of the Qt D-Bus typesystem.
+
+ \e{Complex Ping Pong Example} demonstrates the use of \l{Qt D-Bus}
+ typesystem with QDBusVariant and QDBusReply. The example consists of the
+ main application \c complexping which starts the other application, \c
+ complexpong. Entering keywords such as \c hello and \c ping is handled by
+ complexpong and the reply is printed to the standard output.
+
+ \include examples-run.qdocinc
+
+ To run, execute the \c complexping application.
*/