forked from qt-creator/qt-creator
Fix "Header" documentation in Core plugin
Change-Id: If3cbe51b47a3acba32429894dfb5154cd573967d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -58,7 +58,9 @@ static int indexOfFile(const GeneratedFiles &f, const QString &path)
|
||||
|
||||
/*!
|
||||
\class Core::BaseFileWizard
|
||||
\inheaderfile coreplugin/basefilewizardfactory.h
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The BaseFileWizard class implements a is a convenience class for
|
||||
creating files.
|
||||
|
||||
@@ -90,7 +92,9 @@ Utils::Wizard *BaseFileWizardFactory::runWizardImpl(const QString &path, QWidget
|
||||
|
||||
/*!
|
||||
\class Core::BaseFileWizardFactory
|
||||
\inheaderfile coreplugin/basefilewizardfactory.h
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The BaseFileWizardFactory class implements a generic wizard for
|
||||
creating files.
|
||||
|
||||
@@ -317,7 +321,9 @@ QString BaseFileWizardFactory::preferredSuffix(const QString &mimeType)
|
||||
|
||||
/*!
|
||||
\class Core::WizardDialogParameters
|
||||
\inheaderfile coreplugin/basefilewizardfactory.h
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The WizardDialogParameters class holds parameters for the new file
|
||||
wizard dialog.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user