]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONV2DStore.cxx
- Adapted comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONV2DStore.cxx
index 7ca595d42063960c0cba044c78babd01aa6fb40c..4ba004a5ac9895b891c1a7b0c041bbbd5eeef95b 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "AliMUONV2DStore.h"
 
-///
+/// \class AliMUONV2DStore
 /// Defines an interface equivalent to a 2D array of TObject, indexed
 /// by a pair of integers (somehow a matrix, 
 /// except that indices are not necessarily sequential).
 /// It's extremely simple and hopefully allow many implementations.
 /// It also makes the object ownership self-evident.
 ///
+/// \author Laurent Aphecetche
 
+/// \cond CLASSIMP
 ClassImp(AliMUONV2DStore)
+/// \endcond
 
 //_____________________________________________________________________________
 AliMUONV2DStore::AliMUONV2DStore()
 {
+/// Default constructor
 }
 
 //_____________________________________________________________________________
 AliMUONV2DStore::~AliMUONV2DStore()
 {
+/// Destructor
 }