From 6f0cde223ae1133953ad93d63ffc4f0619559b91 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Fri, 4 Feb 2022 15:19:41 +0100 Subject: [PATCH] Doc: Remove link command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This link command simply links back to the same page. Also, none of the other modules put their module name inside a link command at the beginning of the document, for example: The Qt QML module provides... Pick-to: 6.3 Change-Id: I2299b92f44ee736d181f34d9e71a31ba210a34e8 Reviewed-by: Topi Reiniƶ --- src/network/doc/src/qtnetwork.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/doc/src/qtnetwork.qdoc b/src/network/doc/src/qtnetwork.qdoc index 629e0126e0..6f669d2656 100644 --- a/src/network/doc/src/qtnetwork.qdoc +++ b/src/network/doc/src/qtnetwork.qdoc @@ -30,7 +30,7 @@ \title Qt Network \brief Provides networking capabilities - The \l{Qt Network} module provides a set of APIs for programming + The Qt Network module provides a set of APIs for programming applications that use TCP/IP. Operations such as requests, cookies, and sending data over HTTP are handled by various C++ classes.