]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsCacheItem.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / graphics / GraphicsCacheItem.h
index da347f3d0274c23854468d74a323729b212fb9de..49aaa28de928f294b323fb98384beedbae5237d3 100644 (file)
 #pragma interface
 #endif
 
+///
 class GraphicsCacheItem {
 public:
-    ~GraphicsCacheItem() {}
-    
 private:
+    ///
     GraphicsCacheItem() {}
-
+    ///
     friend class GraphicsCache;
 };