summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src/pingpong.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/doc/src/pingpong.qdoc')
-rw-r--r--examples/dbus/doc/src/pingpong.qdoc19
1 files changed, 18 insertions, 1 deletions
diff --git a/examples/dbus/doc/src/pingpong.qdoc b/examples/dbus/doc/src/pingpong.qdoc
index c7dc110077..dcaeb12043 100644
--- a/examples/dbus/doc/src/pingpong.qdoc
+++ b/examples/dbus/doc/src/pingpong.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,21 @@
/*!
\example pingpong
\title D-Bus Ping Pong Example
+ \ingroup examples-dbus
+ \brief Demonstrates a simple message system using D-Bus.
+
+ \e{Ping Pong} is a command-line example that demonstrates the basics of
+ \l{Qt D-Bus}. A message is sent to another application and there is a
+ confirmation of the message.
+
+ \include examples-run.qdocinc
+
+ Run the \c pong application and run the \c ping application with the message
+ as the argument.
+
+ \badcode
+ $ ./pong &
+ $ ./ping Hello
+ Reply was: ping("Hello") got called
+ \endcode
*/