Fix "Header" documentation in Core plugin

Change-Id: If3cbe51b47a3acba32429894dfb5154cd573967d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2020-06-12 16:04:30 +02:00
parent 18ee72ac3f
commit fa16071ca8
35 changed files with 98 additions and 39 deletions

View File

@@ -47,8 +47,10 @@ QDebug operator<<(QDebug debug, const Core::Context &context)
/*!
\class Core::Context
\inheaderfile coreplugin/icontext.h
\inmodule QtCreator
\ingroup mainclasses
\brief The Context class implements a list of context IDs.
Contexts are used for registering actions with Core::ActionManager, and
@@ -169,6 +171,7 @@ QDebug operator<<(QDebug debug, const Core::Context &context)
/*!
\class Core::IContext
\inheaderfile coreplugin/icontext.h
\inmodule QtCreator
\ingroup mainclasses