summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-09-22 11:08:43 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-05 14:26:46 +0000
commit06452459f417b916522483b38d2175acd7238f74 (patch)
tree34539e2668c0076515e629593d7711b0c24edade /src
parentcc9352dbc0c78de5f74e31d2ee2b9cfc56dbea3e (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 Change-Id: I0ed69f7a20ec490cc977bde7f1b09162153d0bd2 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 2b48a4ebca9fc5165f010f0e17872f7a510737bc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-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 fd7e1b4090..8c7f3fc912 100644
--- a/src/network/doc/qtnetwork.qdocconf
+++ b/src/network/doc/qtnetwork.qdocconf
@@ -41,9 +41,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"