summaryrefslogtreecommitdiff
path: root/src/websockets
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-04-07 13:47:16 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2016-04-07 12:46:25 +0000
commita126127f2c2bc1c8f4c7e44ea543057397bbdafa (patch)
tree899967fba5d31eee80d90a413d58e9ed006b33b4 /src/websockets
parentbe4bfc5feeb61e97378bee325d36bb74f007fe04 (diff)
downloadqtwebsockets-a126127f2c2bc1c8f4c7e44ea543057397bbdafa.tar.gz
Doc: Avoid auto-linking of WebSocket, WebSockets
Disable the automatic linking of 'WebSocket' to the QML type, and 'WebSockets' to a section in the general documentation. Instead, make the linking explicit where it makes sense. This patch is inspired by 0228a5bd581ae6d672ce5f3 in qtwebengine. Change-Id: I80886360d5f7fdaa68a5e5f6fa982137c7187719 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/websockets')
-rw-r--r--src/websockets/doc/src/external-resources.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/websockets/doc/src/external-resources.qdoc b/src/websockets/doc/src/external-resources.qdoc
index be49ded..933ef7f 100644
--- a/src/websockets/doc/src/external-resources.qdoc
+++ b/src/websockets/doc/src/external-resources.qdoc
@@ -103,4 +103,24 @@
/*!
\externalpage https://bugzilla.mozilla.org/show_bug.cgi?id=594502
\title Firefox bug 594502
+
+/*
+ This prevents autolinking of each occurrence of 'WebSocket'
+ To link to the WebSocket QML type, use explicit linking:
+ \l [QML] WebSocket
+ \sa {QtWebSockets::}{WebSocket}
+*/
+/*!
+ \externalpage nolink
+ \title WebSocket
+ \internal
+*/
+
+/*
+ Prevent linking to WebSockets section in "Networking and Connectivity"
+*/
+/*!
+ \externalpage nolink
+ \title WebSockets
+ \internal
*/