diff options
author | Rym Bouabid <[email protected]> | 2023-09-14 18:10:32 +0200 |
---|---|---|
committer | Rym Bouabid <[email protected]> | 2023-09-26 22:40:15 +0200 |
commit | 6ca8b61b6b758366d08fab621c0ba0b82929c680 (patch) | |
tree | c460a6f651b3faacfc94286365d73b6c4f02f397 /examples | |
parent | e95467bc6b685deccc0c3c8dfa337317a6b44eb0 (diff) |
Revamp Local Fortune Server Example: Revisit the documentation
Remove "Example" from the title.
Add \examplecategory {Connectivity}.
Task-number: QTBUG-117064
Pick-to: 6.6 6.5
Change-Id: I53c106f3429d5fe31ca7a8e8b821e4c1cafdda64
Reviewed-by: Ivan Solovev <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/corelib/ipc/doc/src/localfortuneclient.qdoc | 2 | ||||
-rw-r--r-- | examples/corelib/ipc/doc/src/localfortuneserver.qdoc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/corelib/ipc/doc/src/localfortuneclient.qdoc b/examples/corelib/ipc/doc/src/localfortuneclient.qdoc index d6ab4217e9e..a2bdb69b8b0 100644 --- a/examples/corelib/ipc/doc/src/localfortuneclient.qdoc +++ b/examples/corelib/ipc/doc/src/localfortuneclient.qdoc @@ -10,7 +10,7 @@ The Local Fortune Client example shows how to create a client for a simple local service using QLocalSocket. It is intended to be run alongside the - \l{Local Fortune Server Example}. + \l{Local Fortune Server} 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 e9a2041199e..6b359a86805 100644 --- a/examples/corelib/ipc/doc/src/localfortuneserver.qdoc +++ b/examples/corelib/ipc/doc/src/localfortuneserver.qdoc @@ -3,7 +3,8 @@ /*! \example ipc/localfortuneserver - \title Local Fortune Server Example + \examplecategory {Connectivity} + \title Local Fortune Server \ingroup examples-ipc \brief Demonstrates using QLocalServer and QLocalSocket for serving a simple local service. |