aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/editormanager/ieditorfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/editormanager/ieditorfactory.cpp')
-rw-r--r--src/plugins/coreplugin/editormanager/ieditorfactory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/editormanager/ieditorfactory.cpp b/src/plugins/coreplugin/editormanager/ieditorfactory.cpp
index 6970452795..84f94fb2f2 100644
--- a/src/plugins/coreplugin/editormanager/ieditorfactory.cpp
+++ b/src/plugins/coreplugin/editormanager/ieditorfactory.cpp
@@ -36,7 +36,9 @@ namespace Core {
/*!
\class Core::IEditorFactory
+ \inheaderfile coreplugin/editormanager/ieditorfactory.h
\inmodule QtCreator
+
\brief The IEditorFactory class creates suitable editors for documents
according to their MIME type.
@@ -68,7 +70,7 @@ namespace Core {
*/
/*!
- \fn Core::Id Core::IEditorFactory::id() const
+ \fn Utils::Id Core::IEditorFactory::id() const
Returns the ID of the factory or editor type.
*/