Skip to content

Commit

Permalink
Doc: Add WebSocket(s) as words ignored for auto-linking
Browse files Browse the repository at this point in the history
These strings qualify for auto-linking and therefore result in
unnecessary hyperlinks whenever 'Qt WebSockets' appears in the
documentation.

Task-number: QTBUG-85388
Change-Id: I969125d4d5367f2373eef75180fe36817e3507d9
Reviewed-by: Paul Wicking <[email protected]>
(cherry picked from commit 0ad35db)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
toreinio authored and Qt Cherry-pick Bot committed Jul 2, 2020
1 parent bdcabea commit 7872e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/global/config.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ navigation.hometitle = "Qt $QT_VER"
ignorewords += \
macOS \
WebChannel \
WebSocket \
WebSockets \
OpenGL

sourcedirs += includes $$BUILDDIR
Expand Down

0 comments on commit 7872e48

Please sign in to comment.