]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONHVNamer.h
Comments for Doxygen (mostly added comments for inline functions)
[u/mrichter/AliRoot.git] / MUON / AliMUONHVNamer.h
index 157eaaf7f4b4877492c984696f71a4b4d018a29b..1667f37c40353db0edb3d65a70b22639a839dece 100644 (file)
@@ -46,12 +46,14 @@ public:
   TObjArray* CompactAliases() const;
   
 private:
+  /// Not implemented
   AliMUONHVNamer(const AliMUONHVNamer& right);
+  /// Not implemented
   AliMUONHVNamer&  operator = (const AliMUONHVNamer& right);
     
-  static const char* fgHVChannelSt345Pattern[]; // HV Channel name template
-  static const char* fgHVChannelSt12Pattern[]; // HV Channel name template
-  static const char* fgHVSwitchSt345Pattern; // HV Switch name template
+  static const char* fgHVChannelSt345Pattern[]; ///< HV Channel name template
+  static const char* fgHVChannelSt12Pattern[]; ///< HV Channel name template
+  static const char* fgHVSwitchSt345Pattern; ///< HV Switch name template
   
   ClassDef(AliMUONHVNamer,0) // Utility class for coding/decoding DCS HV aliases
 };