From c172f26c9fb3de65df2219302343e0bf77975ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 16 Oct 2023 14:51:41 +0200 Subject: [PATCH] Doc: Highlight 5 network examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.5 Task-number: QTBUG-117222 Change-Id: I5d18a1c86201404609cbc58fd127f001cdc32478 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Alex Blasche (cherry picked from commit bef5d486d5813d11a037d7cf2b34d008ac967563) --- src/network/doc/qtnetwork.qdocconf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf index ad6f5d2850d..7516a45561a 100644 --- a/src/network/doc/qtnetwork.qdocconf +++ b/src/network/doc/qtnetwork.qdocconf @@ -40,5 +40,12 @@ imagedirs += images \ navigation.landingpage = "Qt Network" navigation.cppclassespage = "Qt Network C++ Classes" +manifestmeta.highlighted.names = \ + "QtNetwork/Fortune Client" \ + "QtNetwork/Fortune Server" \ + "QtNetwork/HTTP Client" \ + "QtNetwork/Secure Socket Client Example" \ + "QtNetwork/Torrent Example" + # Fail the documentation build if there are more warnings than the limit warninglimit = 0