]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/doc/doxygen.conf.in
fix for disabled hough tracking code
[u/mrichter/AliRoot.git] / HLT / doc / doxygen.conf.in
index ee81f0851c96942777279861197dd0e3c90d174e..36e42d9d7b75d6c03b162a39667723857b763183 100644 (file)
@@ -63,11 +63,38 @@ WARN_LOGFILE           =
 # configuration options related to the input files
 #---------------------------------------------------------------------------
 INPUT                  = @top_srcdir@/doc      \
+                        readme.c               \
                         @top_srcdir@/BASE      \
-                        @top_srcdir@/SampleLib
+                        @top_srcdir@/TPCLib    \
+                        @top_srcdir@/SampleLib \
+                        @top_srcdir@/PHOS \
+                        @top_srcdir@/rec  \
+                        @top_srcdir@/sim
+
 FILE_PATTERNS          = *.h *.c *.cpp *.hpp *.cxx
 RECURSIVE              = YES
-EXCLUDE                = @top_srcdir@/BASE/HLTbaseLinkDef.h
+EXCLUDE                = @top_srcdir@/BASE/HLTbaseLinkDef.h \
+                        @top_srcdir@/TPCLib/AliHLTTPCLinkDef.h \
+                        @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       = 
 EXAMPLE_PATH           = 
@@ -79,7 +106,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