documentation fix

the classes have been renamed/moved out of the namespace.

Change-Id: Ia4a121e61c687517c99de6d63874a918039f1106
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-02-13 09:15:56 +01:00
parent accb0040ed
commit b7713ee22d

View File

@@ -69,20 +69,20 @@
*/ */
/*! /*!
\class Core::FeatureProvider::Feature \class Core::Feature
\brief This class describes a single Feature \brief This class describes a single Feature
This class describes a single Feature to be used This class describes a single Feature to be used
in Core::FeatureProvider::Features. in Core::FeatureProvider::Features.
\sa Core::FeatureProvider::Features \sa Core::FeaturesSet
\sa Core::IWizard \sa Core::IWizard
\sa QtSupport::QtVersionManager \sa QtSupport::QtVersionManager
*/ */
/*! /*!
\class Core::FeatureProvider::Features \class Core::FeatureSet
\brief This class is a set of features \brief This class is a set of features
@@ -92,7 +92,7 @@
But instead of enums Features relies on string ids But instead of enums Features relies on string ids
and is therefore extendable. and is therefore extendable.
\sa Core::FeatureProvider::Feature \sa Core::Feature
\sa Core::IWizard \sa Core::IWizard
\sa QtSupport::QtVersionManager \sa QtSupport::QtVersionManager
*/ */