Revamp Shared Memory Example: Revisit the documentation

Remove "Example" from the title.
Extend the \brief.

Task-number: QTBUG-108858
Change-Id: Ie8bd0c808503861027f80493c430e8ac1baada5f
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 0132ad0fde1dc5046aa86e89d1550d0ce6c8e02a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit aa21d402d3d29ccc7d2c1e2984fba01d58b6e0fb)
This commit is contained in:
Rym Bouabid 2023-09-11 18:39:21 +02:00 committed by Qt Cherry-pick Bot
parent 5121ffc21b
commit 0729d7679f

View File

@ -3,10 +3,10 @@
/*!
\example ipc/sharedmemory
\title Shared Memory Example
\title Shared Memory
\ingroup examples-ipc
\brief Demonstrates doing inter-process communication using shared memory with
the QSharedMemory class.
\brief Demonstrates how to share image data between different processes
using the Shared Memory IPC mechanism.
The Shared Memory example shows how to use the QSharedMemory class
to implement inter-process communication using shared memory. To