forked from qt-creator/qt-creator
Doc: Fix qdoc warnings in Core plugin docs
Change-Id: Id7b7c1c66e75ad5bce2ea9801493eb7872121e52 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -13,18 +13,22 @@
|
||||
for wizards.
|
||||
|
||||
The features provided by an object in the object pool implementing IFeatureProvider
|
||||
will be respected by wizards implementing IWizard.
|
||||
will be respected by wizards implementing IWizardFactory.
|
||||
|
||||
This feature set, provided by all instances of IFeatureProvider in the
|
||||
object pool, is checked against \c IWizard::requiredFeatures()
|
||||
object pool, is checked against \c IWizardFactory::requiredFeatures()
|
||||
and only if all required features are available, the wizard is displayed
|
||||
when creating a new file or project.
|
||||
|
||||
If you created JSON-based wizards, the feature set is checked against the
|
||||
\c featuresRequired setting that is described in
|
||||
\l{https://doc.qt.io/qtcreator/creator-project-wizards.html}
|
||||
{Adding New Custom Wizards} in the \QC Manual.
|
||||
|
||||
The QtSupport plugin creates an instance of IFeatureProvider and provides Qt specific
|
||||
features for the available versions of Qt.
|
||||
|
||||
\sa Core::IWizard
|
||||
\sa QtSupport::QtVersionManager
|
||||
\sa Core::IWizardFactory
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user