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:
@@ -38,13 +38,13 @@ namespace Core {
|
||||
|
||||
/*!
|
||||
\class Core::GeneratedFile
|
||||
\inmodule QtCreator
|
||||
\brief The GeneratedFile class represents a file generated by a wizard.
|
||||
|
||||
The Wizard class checks whether each file already exists and
|
||||
The BaseFileWizard class checks whether each file already exists and
|
||||
reports any errors that may occur during creation of the files.
|
||||
|
||||
\sa Core::BaseFileWizardParameters, Core::BaseFileWizard, Core::StandardFileWizard
|
||||
\sa Core::Internal::WizardEventLoop
|
||||
\sa Core::WizardDialogParameters, Core::BaseFileWizard,
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user