From ebd87ce2e5c1bafd9ae66411a34c9492f1b54be4 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Fri, 1 Sep 2023 10:48:05 +0200 Subject: [PATCH] Doc: Fix qdoc full stop warning in briefs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- examples/network/doc/src/multistreamclient.qdoc | 2 +- examples/network/doc/src/multistreamserver.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/network/doc/src/multistreamclient.qdoc b/examples/network/doc/src/multistreamclient.qdoc index bf7ecb802a8..bb70eac7419 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 3601d0ddad2..9e498be3c95 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