--- a/contentstorage/caclient/src/caiconcache.cpp Mon May 03 12:48:45 2010 +0300
+++ b/contentstorage/caclient/src/caiconcache.cpp Fri May 14 16:10:06 2010 +0300
@@ -29,13 +29,25 @@
QSharedPointer<CaIconCache> CaIconCache::mInstance(0);
/*!
- * \class CaIconCache
- *
- * \brief This class provides icon caching mechanism
- *
- * Class implements singleton design patern. Use cache() method
- * to get an instance of CaIconCache
- *
+ \class CaIconCache
+ \brief This class provides icon caching mechanism
+ Class implements singleton design patern. Use cache() method
+ to get an instance of CaIconCache
+ */
+
+/*!
+ \var CaIconCache::mCache
+ Own.
+ */
+
+/*!
+ \var CaIconCache::mService
+ Not own.
+ */
+
+/*!
+ \var CaIconCache::mNotifier
+ Own.
*/
/*!