]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifSpecial.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifSpecial.h
index 05a58e2eb70fe614fe53e886f6c7a0e881649f06..6184350b49096c879a9799ea00b31043156b6256 100755 (executable)
@@ -2,7 +2,7 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpMotifSpecial.h,v 1.9 2006/04/24 13:54:27 ivana Exp $
+// $MpId: AliMpMotifSpecial.h,v 1.10 2006/05/23 13:07:42 ivana Exp $
 
 /// \ingroup motif
 /// \class AliMpMotifSpecial
@@ -70,9 +70,9 @@ class AliMpMotifSpecial : public AliMpVMotif
   Int_t VectorIndex(const AliMpIntPair& indices) const;
 
   // data members
-  TVector2        fDimensions;           // motif dimensions
-  DimensionsMap   fPadDimensionsVector;  // the vector of pad dimensions
-  DimensionsMap2  fPadDimensionsVector2; // the vector of different pad dimensions
+  TVector2        fDimensions;           ///< motif dimensions
+  DimensionsMap   fPadDimensionsVector;  ///< the vector of pad dimensions
+  DimensionsMap2  fPadDimensionsVector2; ///< the vector of different pad dimensions
 
   ClassDef(AliMpMotifSpecial,2) // A motif with its ID
 };