summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/doc
diff options
context:
space:
mode:
authorRym Bouabid <rym.bouabid@qt.io>2023-09-13 18:02:46 +0200
committerRym Bouabid <rym.bouabid@qt.io>2023-09-26 19:58:25 +0200
commit7b63372c2f667015a04421b3f9bf6345681429b3 (patch)
tree141bfe6e46f7db1a320fba3160f12c563d925fce /examples/corelib/ipc/doc
parent218daa6f777a1ff8be7a08abb91a887ff876ad12 (diff)
Revamp Local Fortune Client Example: Revisit the documentation
Remove "Example" from the title. Add \examplecategory {Connectivity}. Task-number: QTBUG-117036 Pick-to: 6.6 6.5 Change-Id: I3103669d1613e9832190b00cbe13f34ca5683ae1 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'examples/corelib/ipc/doc')
-rw-r--r--examples/corelib/ipc/doc/src/localfortuneclient.qdoc6
-rw-r--r--examples/corelib/ipc/doc/src/localfortuneserver.qdoc2
2 files changed, 5 insertions, 3 deletions
diff --git a/examples/corelib/ipc/doc/src/localfortuneclient.qdoc b/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
index f7fa46c932..d6ab4217e9 100644
--- a/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
+++ b/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
@@ -3,7 +3,8 @@
/*!
\example ipc/localfortuneclient
- \title Local Fortune Client Example
+ \examplecategory {Connectivity}
+ \title Local Fortune Client
\ingroup examples-ipc
\brief Demonstrates using QLocalSocket for a simple local service client.
@@ -11,6 +12,7 @@
local service using QLocalSocket. It is intended to be run alongside the
\l{Local Fortune Server Example}.
- \image localfortuneclient-example.png Screenshot of the Local Fortune Client example
+ \image localfortuneclient-example.png Screenshot of the Local Fortune Client
+ example
*/
diff --git a/examples/corelib/ipc/doc/src/localfortuneserver.qdoc b/examples/corelib/ipc/doc/src/localfortuneserver.qdoc
index 281fd3b4be..e9a2041199 100644
--- a/examples/corelib/ipc/doc/src/localfortuneserver.qdoc
+++ b/examples/corelib/ipc/doc/src/localfortuneserver.qdoc
@@ -9,7 +9,7 @@
The Local Fortune Server example shows how to create a server for a simple
local service. It is intended to be run alongside the
- \l{Local Fortune Client Example}
+ \l{Local Fortune Client} example.
\image localfortuneserver-example.png Screenshot of the Local Fortune Server example
*/