summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/sharedmemory.qdoc
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-11-30 17:38:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-01 08:31:04 +0100
commit36e744845d0dc74732613431332c3665c4c149ea (patch)
treefa46b4fc153d91ccfc5021a800bbd3b375510a6b /doc/src/examples/sharedmemory.qdoc
parentbc0cbdb9815082901d7aad11cb739615793b2012 (diff)
Added \ingroup and \brief qdoc tags to IPC examples.
Change-Id: Ic8fb033597340bfb44ee7e0ca7a3763b36c097aa Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src/examples/sharedmemory.qdoc')
-rw-r--r--doc/src/examples/sharedmemory.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/examples/sharedmemory.qdoc b/doc/src/examples/sharedmemory.qdoc
index f2263d523b..6970a9c7d2 100644
--- a/doc/src/examples/sharedmemory.qdoc
+++ b/doc/src/examples/sharedmemory.qdoc
@@ -28,6 +28,9 @@
/*!
\example ipc/sharedmemory
\title Shared Memory Example
+ \ingroup examples-ipc
+ \brief Demonstrates doing inter-process communication using shared memory with
+ the QSharedMemory class.
The Shared Memory example shows how to use the QSharedMemory class
to implement inter-process communication using shared memory. To