]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
doxygen warnings removed
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Apr 2007 13:10:07 +0000 (13:10 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Apr 2007 13:10:07 +0000 (13:10 +0000)
HLT/TPCLib/AliHLTTPCConfMapPoint.cxx
HLT/TPCLib/AliHLTTPCFileHandler.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplay.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplay3D.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayCharge.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayFront.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayMain.h
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayPad.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayPadRow.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayResiduals.cxx

index f0af1e24941ab388039e280fd21e6d2e86248818..536b48d758ab99af5f9bf6cca3818cd7e9392494 100644 (file)
 // AliHLTTPCConfMapPoint
 //
 // Hit class for conformal mapper
-</pre
+</pre>
 */
 
-ClassImp(AliHLTTPCConfMapPoint)
+/** ROOT macro for the implementation of ROOT specific class methods */
+ClassImp(AliHLTTPCConfMapPoint);
 
 Bool_t AliHLTTPCConfMapPoint::fgDontMap=kFALSE;
 
index 94bbe490c3e146a18cb8a88a6372000983dce0cf..012810aaf7a72699b01b25863ab4724131c65a05 100644 (file)
@@ -31,7 +31,7 @@
 using namespace std;
 #endif
 
-/** \class AliHLTTPCFileHandler
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCFileHandler
index 3e541ae0e0765cfabfe1bac8de7b23c41e37231a..6313a63104dfee362186c717afdb887859f50afd 100644 (file)
@@ -1,7 +1,7 @@
 // @(#) $Id$
 // Original: AliHLTDisplay.cxx,v 1.26 2005/06/14 10:55:21 cvetan 
 
-/** \class AliHLTTPCDisplay
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCDisplay
index fbc4160c77f5d15ef77ae8e21fbfcbbe22fa42b0..6cd9093d353d268f32023bfcab64654bd00560c8 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/** \class AliHLTTPCDisplayPadRow
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCDisplay3D
index 0bc931e99ebb2067ec5f9ded58dee6645f4ced1f..fd7b69fb673d7b612220213f92c73472a2509b92 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/** \class AliHLTTPCDisplayCharge
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCDisplayCharge
index b3817bacea91fb82aa868988a7c1e4ff1f3d1502..8d9ab71b4c7b327b017d454fdfc75bfe035aeddb 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/** \class AliHLTTPCDisplayFront
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCDisplayFront
index fc2409cadf6bc5e80870c577418ba844244faa66..65e8a74e436cd7fcd637d8c26b05037c7c50cb9c 100644 (file)
@@ -31,7 +31,7 @@ class AliHLTTPCDisplayFront;
 
 /**
  * @class AliHLTTPCDisplayMain
- * The class handels the interface between the graphical user interface (@ref AliLHLTGUI) 
+ * The class handels the interface between the graphical user interface (AliLHLTGUI) 
  * and the worker classes for the ALICE HLT online display. It also handles the interface
  * to the AnalysisChain via HOMER reader class. Furthermore all relavant global variables 
  * are stored here via get and set functions.
@@ -47,7 +47,7 @@ class AliHLTTPCDisplayMain : public TObject , public AliHLTLogging {
   /**
    * Constructor
    * @param pt2GUI          Pointer to class AliHLTGUI
-   * @param pt2Dunction     Pointer to callback Function class AliHLTGUI
+   * @param pt2Function     Pointer to callback Function class AliHLTGUI
    */
   AliHLTTPCDisplayMain(void* pt2GUI, void (*pt2Function)(void*, Int_t));
 
@@ -63,7 +63,7 @@ class AliHLTTPCDisplayMain : public TObject , public AliHLTLogging {
   /** ---------------------------------------------------------------------- */
 
   //-->   TODO check this file location
-  /** Connect to Analysis Chain via hosts and Ports specified in @ref AliHLTGUI 
+  /** Connect to Analysis Chain via hosts and Ports specified in AliHLTGUI 
    *  @param cnt          Number hosts
    *  @param hostnames    Array of hostnames of the TDS
    *  @param ports        Array of ports of the TDS
@@ -90,7 +90,7 @@ class AliHLTTPCDisplayMain : public TObject , public AliHLTLogging {
   void ReadTrackData();
 
   /** Main working function. Calls worker classes and handles displaying 
-   *  @param newrawSlice   If set to kTRUE, raw data from a new slice is read and zero suppression is applied.<br>
+   *  @param newRawSlice   If set to kTRUE, raw data from a new slice is read and zero suppression is applied.<br>
    *                       Standard is kFALSE.
    */
   void DisplayEvent(Bool_t newRawSlice = kFALSE);
index c85b68d3e9728e862043b056f728ebebe7a23e36..512809770a7046504d5fa76163ad5473b083a5d9 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/** \class AliHLTTPCDisplayPad
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCDisplayPad
index 9b41ad88b381f18f4388f7ecbf41b976ed482326..aaa805002f50a9c69ab9c969d93d3cb374128951 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/** \class AliHLTTPCDisplayPadRow
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCDisplayPadRow
index 293d1b17ccd4eeae0390c26ef4edaffd5a37c33f..2d77a8f6f302da9cc725b1a2a4b9dd0723eb40d6 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/** \class AliHLTTPCDisplayPadRow
+/**
 <pre>
 //_____________________________________________________________
 // AliHLTTPCDisplayResiduals