Add class description to KConfigBase.

Add a class description to KConfigBase so that KConfig::sync can link to
KConfigBase::sync.  Also makes KConfigBase easier to find and understand.
wilder
Matthew Dawson 12 years ago
parent 26e7a3f427
commit fe30045429
  1. 5
      src/core/kconfigbase.h

@ -34,6 +34,11 @@ class KConfigBasePrivate;
/**
* \class KConfigBase kconfigbase.h <KConfigBase>
* \brief Interface to interact with configuration.
*
* KConfigBase allows a component of an application to persists its configuration
* without the component knowing if it is storing the configuration into a top
* level KConfig or a KConfigGroup inside a KConfig instance.
*/
class KCONFIGCORE_EXPORT KConfigBase
{

Loading…
Cancel
Save