contentstorage/caclient/src/caiconcache.cpp
changeset 73 4bc7b118b3df
parent 60 f62f87b200ec
child 98 d2f833ab7940
--- 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.
  */
 
 /*!