forked from qt-creator/qt-creator
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:
@@ -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()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user