summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-07-02 15:07:57 +0200
committerTopi Reinio <topi.reinio@qt.io>2020-07-02 15:27:48 +0200
commit4b8f290571d1e3a2f291a07796e0cd4ac2745f74 (patch)
treead43acded799586bc550b526ffc412ee0c026a54
parent8cc362f7042e71fb407fcbc0f53a536f2d405714 (diff)
downloadqtwebsockets-4b8f290571d1e3a2f291a07796e0cd4ac2745f74.tar.gz
Doc: Remove 'nolink' hack for WebSockets
This was used for preventing unwanted auto-links. We have since introduced a different mechanism to handle these (the 'ignorewords' qdocconf variable), and this workaround now causes problems. Pick-to: 5.15 Fixes: QTBUG-85388 Change-Id: Ife6183accf46a3b47f2dc6c988e40cf8f9f24e49 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/websockets/doc/src/external-resources.qdoc21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/websockets/doc/src/external-resources.qdoc b/src/websockets/doc/src/external-resources.qdoc
index ce39b9b..1363d24 100644
--- a/src/websockets/doc/src/external-resources.qdoc
+++ b/src/websockets/doc/src/external-resources.qdoc
@@ -104,24 +104,3 @@
\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
-*/