aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-03-26 16:31:45 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-04-10 11:19:42 +0000
commitac6a2aeae404a278821c5cb6f47a7f07ff2bfc5e (patch)
treeb25b2a5d8201c65d2cc9744468e99ba5e1aeea75 /doc/qtcreator
parent82703befa17961edf16a89279e94b7431190a1e8 (diff)
Doc: Hide a \sa from the QDS Manual
To fix a qdoc warning. Change-Id: Ibbf7593cd65ac4e68b2543b13038c0d69b95376b Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/src/editors/creator-code-syntax.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/qtcreator/src/editors/creator-code-syntax.qdoc b/doc/qtcreator/src/editors/creator-code-syntax.qdoc
index 65f8e5d115..5a383f9df8 100644
--- a/doc/qtcreator/src/editors/creator-code-syntax.qdoc
+++ b/doc/qtcreator/src/editors/creator-code-syntax.qdoc
@@ -79,7 +79,11 @@
If you hide the annotations, you can move the mouse pointer over an icon to
view them.
- \sa {Analyze code with Clang-Tidy and Clazy}, {JavaScript and QML Checks}
+ \if defined(qtcreator)
+ \sa {Analyze code with Clang-Tidy and Clazy}
+ \endif
+
+ \sa {JavaScript and QML Checks}
*/
/*!