summaryrefslogtreecommitdiffstats
path: root/examples/network/doc
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-09-01 10:48:05 +0200
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-09-05 21:14:59 +0000
commitebd87ce2e5c1bafd9ae66411a34c9492f1b54be4 (patch)
tree47d1b3d27c15d308d0a171a97ae587ceabb1d3c8 /examples/network/doc
parent40b07ee887d9717088e3189b15c86a5c87759b1d (diff)
Doc: Fix qdoc full stop warning in briefs
Add a full stop to the briefs to clear the following qdoc warnings: * multistreamclient.qdoc: '\brief' statement does not end with a full stop. * multistreamserver.qdoc: '\brief' statement does not end with a full stop. Change-Id: If0e58bc100a595f3ee00c79c31ac19f8d9ee3ad9 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples/network/doc')
-rw-r--r--examples/network/doc/src/multistreamclient.qdoc2
-rw-r--r--examples/network/doc/src/multistreamserver.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/doc/src/multistreamclient.qdoc b/examples/network/doc/src/multistreamclient.qdoc
index bf7ecb802a..bb70eac741 100644
--- a/examples/network/doc/src/multistreamclient.qdoc
+++ b/examples/network/doc/src/multistreamclient.qdoc
@@ -7,7 +7,7 @@
\examplecategory {Networking}
\meta tags {network,sctp}
\ingroup examples-network
- \brief Demonstrates how to use SCTP on the client side
+ \brief Demonstrates how to use SCTP on the client side.
This example demonstrates how to use SCTP, with multiple channels,
to interact with other clients through a server.
diff --git a/examples/network/doc/src/multistreamserver.qdoc b/examples/network/doc/src/multistreamserver.qdoc
index 3601d0ddad..9e498be3c9 100644
--- a/examples/network/doc/src/multistreamserver.qdoc
+++ b/examples/network/doc/src/multistreamserver.qdoc
@@ -7,7 +7,7 @@
\examplecategory {Networking}
\meta tags {network,sctp}
\ingroup examples-network
- \brief Demonstrates how to use SCTP on the server side
+ \brief Demonstrates how to use SCTP on the server side.
This example demonstrates how to use SCTP, with multiple channels,
on the server side, receiving multiple connections and sending