summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src/listnames.qdoc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-06-07 00:40:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-07 00:40:44 +0200
commitd9a7ad80f78e7346d6f4dbae2cabe31305d6458f (patch)
tree26a410780b94c553051b8898d5abaf37a909691b /examples/dbus/doc/src/listnames.qdoc
parentd707acfc9e357ffc86feb5d9219372c30c5ff157 (diff)
parent0fcce50af009f97efa2a5c5f2c74415c92830962 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'examples/dbus/doc/src/listnames.qdoc')
-rw-r--r--examples/dbus/doc/src/listnames.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/dbus/doc/src/listnames.qdoc b/examples/dbus/doc/src/listnames.qdoc
index 5e17db9674..a0376e10a7 100644
--- a/examples/dbus/doc/src/listnames.qdoc
+++ b/examples/dbus/doc/src/listnames.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,12 @@
/*!
\example listnames
\title D-Bus List Names Example
+ \ingroup examples-dbus
+ \brief Shows how to access the D-Bus bus daemon service.
+
+ \e{List Names} is a command-line example which shows how to
+ access the \l{Qt D-Bus} bus daemon service. The example prints various
+ information about the bus daemon service.
+
+ \include examples-run.qdocinc
*/