Doc: Add example categories for Qt Network examples

Task-number: QTBUG-116001
Pick-to: 6.5 6.6
Change-Id: I0c32df7752347f7c38996b3815d270dbd4c90707
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
Mats Honkamaa 2023-08-11 11:07:33 +03:00
parent c86cf385d6
commit 4e009da7ef
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
/*!
\example secureudpclient
\title DTLS client
\examplecategory {Networking}
\ingroup examples-network
\brief This example demonstrates how to implement client-side DTLS connections.

View File

@ -4,6 +4,7 @@
/*!
\example secureudpserver
\title DTLS server
\examplecategory {Networking}
\ingroup examples-network
\brief This examples demonstrates how to implement a simple DTLS server.

View File

@ -4,6 +4,7 @@
/*!
\example torrent
\title Torrent Example
\examplecategory {Networking}
\ingroup examples-network
\brief Demonstrates complex TCP/IP operations.