From 1cea4ea42e0b0522e2e8447997dd178dd0906d42 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 12 Dec 2023 17:25:37 +0100 Subject: [PATCH] Doc: Hide links to topics not included into QDS Manual Move a file to a creator-only folder and add conditions. Change-Id: I8ebe71116f926dea10fa656ef17717b946ae80e2 Reviewed-by: Reviewed-by: Mats Honkamaa --- doc/qtcreator/src/editors/creator-code-syntax.qdoc | 2 ++ doc/qtcreator/src/editors/creator-locator.qdoc | 4 ++-- .../creator-projects-settings-run-qtquick.qdoc | 0 .../src/user-interface/creator-reference-output-views.qdoc | 5 ++++- 4 files changed, 8 insertions(+), 3 deletions(-) rename doc/qtcreator/src/qtquick/{ => creator-only}/creator-projects-settings-run-qtquick.qdoc (100%) diff --git a/doc/qtcreator/src/editors/creator-code-syntax.qdoc b/doc/qtcreator/src/editors/creator-code-syntax.qdoc index 3845b0c5707..b6ac6f75f2e 100644 --- a/doc/qtcreator/src/editors/creator-code-syntax.qdoc +++ b/doc/qtcreator/src/editors/creator-code-syntax.qdoc @@ -712,7 +712,9 @@ \uicontrol {Disable messages for non Qt Quick UI}. You cannot enable messages just for non-Qt Quick UI files. + \if defined(qtcreator) \sa {QML Language Server} + \endif \section1 Resetting the Code Model diff --git a/doc/qtcreator/src/editors/creator-locator.qdoc b/doc/qtcreator/src/editors/creator-locator.qdoc index 49f79876785..e9a9ad59c98 100644 --- a/doc/qtcreator/src/editors/creator-locator.qdoc +++ b/doc/qtcreator/src/editors/creator-locator.qdoc @@ -28,10 +28,10 @@ \li Select \uicontrol Tools > \uicontrol Locate. \li Select \uicontrol Edit > \uicontrol {Go to Line}. - + \if defined(qtcreator) \li Click the line and column indicator on the \l{Using the Editor Toolbar}{editor toolbar}. - + \endif \endlist \section1 Using Locator Filters diff --git a/doc/qtcreator/src/qtquick/creator-projects-settings-run-qtquick.qdoc b/doc/qtcreator/src/qtquick/creator-only/creator-projects-settings-run-qtquick.qdoc similarity index 100% rename from doc/qtcreator/src/qtquick/creator-projects-settings-run-qtquick.qdoc rename to doc/qtcreator/src/qtquick/creator-only/creator-projects-settings-run-qtquick.qdoc diff --git a/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc b/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc index 5a9d4507ac2..06ee12f0c33 100644 --- a/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc +++ b/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc @@ -224,5 +224,8 @@ \li Select \uicontrol OK to start parsing. \endlist - \sa {View output}, {Add custom output parsers} + \sa {View output} + \if defined(qtcreator) + \sa {Add custom output parsers} + \endif */