]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected comments only
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jan 2008 13:59:20 +0000 (13:59 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jan 2008 13:59:20 +0000 (13:59 +0000)
MUON/AliMUONPainterContourMaker.cxx
MUON/AliMUONPainterContourMaker.h

index d6e7a7f3058d03a59d495c72ed33d5856f578b6d..89530a83dcd1b6e02774287eacba166e62ec1944 100644 (file)
 #include <cassert>
 #include <float.h>
 
-///\class AliMUONPainterContourMaker
+/// \class AliMUONPainterContourMaker
 ///
 /// A class to build painter contours. 
 ///
 /// The basics are to build one manu contour, and then to merge contours
 /// to build higher order objects, like PCBS, DEs, etc...
 ///
-///\author Laurent Aphecetche, Subatech
+/// \author Laurent Aphecetche, Subatech
 
 ///\cond CLASSIMP
 ClassImp(AliMUONPainterContourMaker)
index 8333aff23781492f96e843483f6df461cd099ecd..7c0582d6c51ae11debf517f814848bfdb771c362 100644 (file)
@@ -65,7 +65,7 @@ public:
     
   /// \ingroup graphics
   /// \brief Store information about one pad's neighbours.
-  /// \authorLaurent Aphecetche, Subatech
+  /// \author Laurent Aphecetche, Subatech
   class AliMUONNeighbour : public TObject
   {
 public: