summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-09-22 11:08:43 +0200
committerAlex Blasche <alexander.blasche@qt.io>2021-10-05 13:48:22 +0000
commit2b48a4ebca9fc5165f010f0e17872f7a510737bc (patch)
tree1e30530ea3b4ee4ed3adb1a783f2af0bb9d3c884 /src/network
parent461c3c58db217989df3dcc1f6fa8973617db7efd (diff)
Doc: Do not highlight DTLS client/server
The client and server do in practice depend on each other. So setting up things is a tad more complicated, and the use case not big enough to warrant both to be highlighted. Task-number: QTBUG-96575 Pick-to: 6.2 Change-Id: I0ed69f7a20ec490cc977bde7f1b09162153d0bd2 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/doc/qtnetwork.qdocconf4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf
index 23c4c1b24e..8206e6bbf2 100644
--- a/src/network/doc/qtnetwork.qdocconf
+++ b/src/network/doc/qtnetwork.qdocconf
@@ -37,9 +37,7 @@ exampledirs += ../../../examples/network \
imagedirs += images \
../../../examples/network/doc/images
-manifestmeta.highlighted.names = "QtNetwork/HTTP Example" \
- "QtNetwork/DTLS client" \
- "QtNetwork/DTLS server"
+manifestmeta.highlighted.names = "QtNetwork/HTTP Example"
navigation.landingpage = "Qt Network"
navigation.cppclassespage = "Qt Network C++ Classes"