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 */