From 6455dcf7e88812513af30bbcae1fc6ecbd9ead0f Mon Sep 17 00:00:00 2001 From: Rym Bouabid Date: Wed, 13 Sep 2023 18:02:46 +0200 Subject: [PATCH] Revamp Local Fortune Client Example: Revisit the documentation Remove "Example" from the title. Add \examplecategory {Connectivity}. Task-number: QTBUG-117036 Change-Id: I3103669d1613e9832190b00cbe13f34ca5683ae1 Reviewed-by: Ivan Solovev (cherry picked from commit 7b63372c2f667015a04421b3f9bf6345681429b3) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit abdab47635d4ee6308781f328a0c5c63cddeaa5a) --- examples/corelib/ipc/doc/src/localfortuneclient.qdoc | 6 ++++-- examples/corelib/ipc/doc/src/localfortuneserver.qdoc | 2 +- 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 b2c2444c8fd..a2bdb69b8b0 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 22eaab6a939..6b359a86805 100644 --- a/examples/corelib/ipc/doc/src/localfortuneserver.qdoc +++ b/examples/corelib/ipc/doc/src/localfortuneserver.qdoc @@ -10,7 +10,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 */