]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifPainter.h
Updated comments for Doxygen - corrected warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifPainter.h
index e541330353f1bdffce4db482f4b9f16dd3cb3bb2..be41232420a46b90370bc43ddeb0acd7273a4e29 100755 (executable)
@@ -1,11 +1,14 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 // $Id$
-// Category: graphics
-//
-// Class AliMpMotifPainter
-// -----------------------
-// Class for drawing a motif into canvas
-//
-// Authors: David Guez, IPN Orsay
+// $MpId: AliMpMotifPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
+
+/// \ingroup graphics
+/// \class AliMpMotifPainter
+/// \brief Class for drawing a motif into canvas
+///
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_MOTIF_PAINTER_H
 #define ALI_MP_MOTIF_PAINTER_H
@@ -31,7 +34,7 @@ class AliMpMotifPainter : public AliMpVPainter
   AliMpMotifPainter&  operator = (const AliMpMotifPainter& right);
 
  private:
-  AliMpMotifPosition *fMotifPos;          // the motif to draw
+  AliMpMotifPosition *fMotifPos; ///< the motif to draw
 
   ClassDef(AliMpMotifPainter,1) // Motif painter
 };