From ac6a2aeae404a278821c5cb6f47a7f07ff2bfc5e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 26 Mar 2024 16:31:45 +0100 Subject: [PATCH] Doc: Hide a \sa from the QDS Manual To fix a qdoc warning. Change-Id: Ibbf7593cd65ac4e68b2543b13038c0d69b95376b Reviewed-by: Mats Honkamaa --- doc/qtcreator/src/editors/creator-code-syntax.qdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/qtcreator/src/editors/creator-code-syntax.qdoc b/doc/qtcreator/src/editors/creator-code-syntax.qdoc index 65f8e5d1151..5a383f9df8d 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} */ /*!