]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSAgent.h
Fixing in/out tags in documentation
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSAgent.h
index 7f1dabda8d1a40ed0fb6ceb0b4cf92e802864ef5..6186c7e69d8de59c612c5cdfdb81d180a0f19fb0 100644 (file)
@@ -66,15 +66,15 @@ class AliHLTPHOSAgent : public AliHLTModuleAgent {
 
   /**
    * Register components for the AliHLTPHOS library.
-   * @param pHandler  [in] instance of the component handler          
+   * @param [in] pHandler  instance of the component handler          
    */
   int RegisterComponents(AliHLTComponentHandler* pHandler) const;
 
   /**
    * Get handler decription for PHOS data in the HLTOUT data stream.
-   * @param dt        [in] data type of the block
-   * @param spec      [in] specification of the block
-   * @param desc      [out] handler description
+   * @param [in] dt        data type of the block
+   * @param [in] spec      specification of the block
+   * @param [out] desc      handler description
    * @return 1 if the agent can provide a handler, 0 if not
    */
   int GetHandlerDescription(AliHLTComponentDataType dt,
@@ -83,8 +83,8 @@ class AliHLTPHOSAgent : public AliHLTModuleAgent {
 
   /**
    * Get specific handler for PHOS data in the HLTOUT data stream.
-   * @param dt        [in] data type of the block
-   * @param spec      [in] specification of the block
+   * @param [in] dt        data type of the block
+   * @param [in] spec      specification of the block
    * @return pointer to handler
    */
   AliHLTOUTHandler* GetOutputHandler(AliHLTComponentDataType dt,