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:
@@ -50,11 +50,15 @@ namespace Core {
|
||||
|
||||
/*!
|
||||
\class Core::ModeManager
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The ModeManager class implements a mode manager.
|
||||
|
||||
The mode manager handles everything related to the instances of IMode
|
||||
that were added to the plugin manager's object pool as well as their
|
||||
buttons and the tool bar with the round buttons in the lower left
|
||||
corner of Qt Creator.
|
||||
that were added to the plugin manager's object pool.
|
||||
|
||||
In addition, it handles the mode buttons and the tool bar buttons in the
|
||||
lower left corner of \QC.
|
||||
*/
|
||||
|
||||
struct ModeManagerPrivate
|
||||
|
||||
Reference in New Issue
Block a user