]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
documentation fixes
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2007 11:56:12 +0000 (11:56 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2007 11:56:12 +0000 (11:56 +0000)
HLT/BASE/AliHLTHOMERSourceDesc.h
HLT/rec/AliHLTReconstructor.h

index 138423c3e6dd0c74d32a23e0d2e2c48e8140c4ff..e0250e5a9dffd2f14b1f01156b57b8110cf71731 100644 (file)
@@ -105,7 +105,7 @@ public:
   Int_t GetPort() { return fPort; }
 
   /** Get name of this source 
-   * @return     #include "TString.h"      name
+   * @return           name
    */
   TString GetSourceName() { return fSourceName; }
 
index 8b42b9465d51d9061ea9919dffbe4b90a217682b..794af6ca94f3a553dfcaf48c0792f911abc2f3e6 100644 (file)
@@ -34,8 +34,8 @@ class AliESDEvent;
  * configurations to be run.
  *
  * The default component libraries which are loaded through the initialization
- * are determined by the @ref kHLTDefaultLibs array. The library loading can
- * be overridden by an option to the AliHLTReconstructor through the
+ * are determined by the @ref AliHLTSystem::fgkHLTDefaultLibs array. The library
+ * loading can be overridden by an option to the AliHLTReconstructor through the
  * <tt>SetOption</tt> method of <tt>AliReconstruction</tt>, e.g.
  * <pre>
  * AliReconstruction rec;