]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/doc/doxygen.conf.in
HLT sample applications
[u/mrichter/AliRoot.git] / HLT / doc / doxygen.conf.in
index 47a6a7fe743ee4a41ed9f1636c6650d4baa1aedd..060701116362627add6db66628efddc6fab90e98 100644 (file)
@@ -65,12 +65,32 @@ WARN_LOGFILE           =
 INPUT                  = @top_srcdir@/doc      \
                         @top_srcdir@/BASE      \
                         @top_srcdir@/TPCLib    \
-                        @top_srcdir@/SampleLib
+                        @top_srcdir@/SampleLib \
+                        @top_srcdir@/src
+
 FILE_PATTERNS          = *.h *.c *.cpp *.hpp *.cxx
 RECURSIVE              = YES
 EXCLUDE                = @top_srcdir@/BASE/HLTbaseLinkDef.h \
                         @top_srcdir@/TPCLib/AliHLTTPCLinkDef.h \
-                        @top_srcdir@/TPCLib/AliHLTTPCClustFinderNew.cxx
+                        @top_srcdir@/TPCLib/AliHLTTPCClustFinderNew.cxx \
+                        @top_srcdir@/src/AliHLTConfMapPoint.cxx \
+                        @top_srcdir@/src/AliHLTFileHandler.cxx \
+                        @top_srcdir@/src/AliHLTLogger.cxx \
+                        @top_srcdir@/src/AliHLTTrackMerger.cxx \
+                        @top_srcdir@/src/AliHLTTransform.cxx \
+                        @top_srcdir@/src/AliLevel3.h \
+                        @top_srcdir@/src/AliLevel3.cxx \
+                        @top_srcdir@/src/AliHLTLogging.h \
+                        @top_srcdir@/src/AliHLTDisplay.h \
+                        @top_srcdir@/src/AliHLTDisplay.cxx \
+                        @top_srcdir@/src/AliHLTBenchmark.h \
+                        @top_srcdir@/src/AliHLTBenchmark.cxx \
+                        @top_srcdir@/src/AliHLTRawDataFileHandler.h \
+                        @top_srcdir@/src/AliHLTRawDataFileHandler.cxx \
+                        @top_srcdir@/src/AliHLTClustFinderNew.h \
+                        @top_srcdir@/src/AliHLTClustFinderNew.cxx \
+                        @top_srcdir@/src/AliHLTFileHandler.h \
+                        @top_srcdir@/src/AliHLTFileHandler.cxx
 
 EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = 
@@ -83,7 +103,7 @@ FILTER_SOURCE_FILES    = NO
 #---------------------------------------------------------------------------
 # configuration options related to source browsing
 #---------------------------------------------------------------------------
-SOURCE_BROWSER         = NO
+SOURCE_BROWSER         = YES
 INLINE_SOURCES         = NO
 STRIP_CODE_COMMENTS    = YES
 REFERENCED_BY_RELATION = YES