Fortune* Example: Rename and add category/tags

Task-number: QTBUG-108875
Pick-to: 6.5
Change-Id: I8eeff88187be4f85514d9871eb5009c51ad6de64
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Mårten Nordheim 2023-01-13 14:40:40 +01:00
parent a97dbbd1a0
commit 5bc644c951
4 changed files with 12 additions and 4 deletions

View File

@ -3,7 +3,9 @@
/*! /*!
\example blockingfortuneclient \example blockingfortuneclient
\title Blocking Fortune Client Example \title Blocking Fortune Client
\meta category {Networking}
\meta tags {tcp,network,threading,synchronous-io}
\ingroup examples-network \ingroup examples-network
\brief Demonstrates how to create a client for a network service. \brief Demonstrates how to create a client for a network service.

View File

@ -3,7 +3,9 @@
/*! /*!
\example fortuneclient \example fortuneclient
\title Fortune Client Example \title Fortune Client
\meta category {Networking}
\meta tags {tcp,network}
\ingroup examples-network \ingroup examples-network
\brief Demonstrates how to create a client for a network service. \brief Demonstrates how to create a client for a network service.

View File

@ -3,7 +3,9 @@
/*! /*!
\example fortuneserver \example fortuneserver
\title Fortune Server Example \title Fortune Server
\meta category {Networking}
\meta tags {tcp,network,server}
\ingroup examples-network \ingroup examples-network
\brief Demonstrates how to create a server for a network service. \brief Demonstrates how to create a server for a network service.

View File

@ -3,7 +3,9 @@
/*! /*!
\example threadedfortuneserver \example threadedfortuneserver
\title Threaded Fortune Server Example \title Threaded Fortune Server
\meta category {Networking}
\meta tags {tcp,network,threading,server,synchronous-io}
\ingroup examples-network \ingroup examples-network
\brief The Threaded Fortune Server example shows how to create a server for a \brief The Threaded Fortune Server example shows how to create a server for a