summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/multicastreceiver.qdoc
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2023-03-09 15:44:50 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2023-03-23 16:02:28 +0100
commit58dfb107810e292a60984c5ca7f962df0b98a2fc (patch)
treee9cf10bd8f1c8fe0d66cf889b2276193e3e40865 /examples/network/doc/src/multicastreceiver.qdoc
parent7c23aa6bc5e5d7b6e891fb0c30a72091a60c79eb (diff)
Clean up multicast examples
They're small, not much to polish. Pick-to: 6.5 Change-Id: Iada573504de557ab18381370bb9760b1f60cc2e4 Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples/network/doc/src/multicastreceiver.qdoc')
-rw-r--r--examples/network/doc/src/multicastreceiver.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/network/doc/src/multicastreceiver.qdoc b/examples/network/doc/src/multicastreceiver.qdoc
index 0003f04284..4b93e83314 100644
--- a/examples/network/doc/src/multicastreceiver.qdoc
+++ b/examples/network/doc/src/multicastreceiver.qdoc
@@ -3,10 +3,12 @@
/*!
\example multicastreceiver
- \title Multicast Receiver Example
+ \title Multicast Receiver
+ \meta category {Networking}
+ \meta tags {network,multicast,ipv6,ipv4,udp}
\ingroup examples-network
\brief Demonstrates how to receive information sent to a multicast group.
- This example demonstrates how to receive messages sent to a multicast group
- \image multicastreceiver-example.png
+ This example demonstrates how to receive messages sent to a multicast group.
+ \image multicastreceiver-example.webp
*/