]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing comments from /** */ to /// so that the rule checker stops complaining.
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Nov 2007 13:38:02 +0000 (13:38 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Nov 2007 13:38:02 +0000 (13:38 +0000)
HLT/MUON/OfflineInterface/AliHLTMUONRootifierComponent.cxx
HLT/MUON/OfflineInterface/AliHLTMUONRootifierComponent.h

index 057886bc1175b634dc51158e62a130ce3b7a6adb..64651918654a739b518dd1e09403f9dc2c56fd94 100644 (file)
 
 /* $Id$ */
 
-/**
- * @file   AliHLTMUONRootifierComponent.cxx
- * @author Artur Szostak <artursz@iafrica.com>
- * @date   
- * @brief  Implementation of the AliHLTMUONRootifierComponent component.
- */
+///
+/// @file   AliHLTMUONRootifierComponent.cxx
+/// @author Artur Szostak <artursz@iafrica.com>
+/// @date   
+/// @brief  Implementation of the AliHLTMUONRootifierComponent component.
+///
 
 #include "AliHLTMUONRootifierComponent.h"
 #include "AliHLTMUONConstants.h"
index ad44ee4d6240182ee290080603ab4be198954379..87ef9691442305d53538ba53c1aae42e728c9b8d 100644 (file)
@@ -6,12 +6,12 @@
 
 /* $Id$ */
 
-/**
- * @file   AliHLTMUONRootifierComponent.h
- * @author Artur Szostak <artursz@iafrica.com>
- * @date   
- * @brief  Component for converting dHLT raw data into ROOT objects.
- */
+///
+/// @file   AliHLTMUONRootifierComponent.h
+/// @author Artur Szostak <artursz@iafrica.com>
+/// @date   
+/// @brief  Component for converting dHLT raw data into ROOT objects.
+///
 
 #include "AliHLTProcessor.h"