]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/trigger/AliHLTTriggerMonitoringComponent.h
Hack to get it running with current setup
[u/mrichter/AliRoot.git] / HLT / trigger / AliHLTTriggerMonitoringComponent.h
index c20e766e204f66f8b2a429befddb7c7137ce7932..b8abf184146e918d080572680b6653e9a93a1cbf 100644 (file)
@@ -56,19 +56,19 @@ public:
    * ---------------------------------------------------------------------------------
    */
   
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   const char* GetComponentID();
 
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   void GetInputDataTypes( AliHLTComponentDataTypeList& list );
 
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   AliHLTComponentDataType GetOutputDataType();
 
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   virtual void GetOutputDataSize( unsigned long& constBase, double& inputMultiplier );
 
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   AliHLTComponent* Spawn();
 
  protected: