Doc: Fix QDoc warnings in Core plugin classes

Task-number: QTCREATORBUG-23620
Change-Id: Idf1fb2b3f930812c3cf18b9f8ced03fb8e0947be
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2020-03-18 13:32:02 +01:00
parent b4a9801f05
commit eecd2a5aa1
15 changed files with 260 additions and 266 deletions

View File

@@ -29,10 +29,10 @@
/*!
\class Core::IOutputPane
\brief The IOutputPane class is an interface for providing \gui Output panes.
\brief The IOutputPane class is an interface for providing \uicontrol Output panes.
\mainclass
\inmodule Qt Creator
\ingroup mainclasses
\inmodule QtCreator
*/
/*!
@@ -131,7 +131,7 @@
/*!
\fn bool IOutputPane::canNext() const
Determines whether the \gui Next button in the output pane is enabled.
Determines whether the \uicontrol Next button in the output pane is enabled.
Is overwritten when \c canNavigate() returns \c false.
\sa IOutputPane::canNavigate()
@@ -142,7 +142,7 @@
/*!
\fn bool IOutputPane::canPrevious() const
Determines whether the \gui Previous button in the output pane is enabled.
Determines whether the \uicontrol Previous button in the output pane is enabled.
Is overwritten when \c canNavigate() returns \c false.
\sa IOutputPane::canNavigate()
@@ -153,7 +153,7 @@
/*!
\fn void IOutputPane::goToNext()
Is called on selecting the \gui Next button.
Is called on selecting the \uicontrol Next button.
\sa IOutputPane::canNext()
*/
@@ -161,7 +161,7 @@
/*!
\fn void IOutputPane::goToPrev()
Is called on selecting the \gui Previous button.
Is called on selecting the \uicontrol Previous button.
\sa IOutputPane::canPrevious()
*/