]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - doxygen/Doxyfile.in
Fix for FMD DA
[u/mrichter/AliRoot.git] / doxygen / Doxyfile.in
index cfbe797520ae2916df81468281b7734e452dfd3a..0985281b4843c3d5159b34753ec68d41822ed2cf 100644 (file)
@@ -32,13 +32,13 @@ DOXYFILE_ENCODING      = UTF-8
 # title of most generated pages and in a few other places.
 # The default value is: My Project.
 
-PROJECT_NAME           = AliRoot
+PROJECT_NAME           = "AliRoot Core"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = "Git version: @GIT_SHORT_SHA1@"
+PROJECT_NUMBER         = "@ALIROOT_VERSION@ (@GIT_SHORT_SHA1@)"
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO           = @CMAKE_CURRENT_SOURCE_DIR@/img/alice_logo_clearbg.png
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = @CMAKE_CURRENT_BINARY_DIR@/htmldoc
+OUTPUT_DIRECTORY       = @CMAKE_CURRENT_BINARY_DIR@
 
 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
 # directories (in 2 levels) under the output directory of each output format and
@@ -766,7 +766,31 @@ INPUT                  = @CMAKE_SOURCE_DIR@/doxygen \
                          @CMAKE_SOURCE_DIR@/TPC/CalibMacros \
                          @CMAKE_SOURCE_DIR@/TPC/DA \
                          @CMAKE_SOURCE_DIR@/TPC/fastSimul \
-                         @CMAKE_SOURCE_DIR@/TPC/macros
+                         @CMAKE_SOURCE_DIR@/TPC/macros \
+                         @CMAKE_SOURCE_DIR@/TPC/macros/clusterMacros \
+                         @CMAKE_SOURCE_DIR@/TPC/macros/data2011 \
+                         @CMAKE_SOURCE_DIR@/TPC/scripts \
+                         @CMAKE_SOURCE_DIR@/TPC/scripts/OCDBscan \
+                         @CMAKE_SOURCE_DIR@/TPC/scripts/OCDBscan/jdl \
+                         @CMAKE_SOURCE_DIR@/TPC/stressTest/testSparse \
+                         @CMAKE_SOURCE_DIR@/TPC/testMC \
+                         @CMAKE_SOURCE_DIR@/TPC/TPCbase \
+                         @CMAKE_SOURCE_DIR@/MUON \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONgeometry \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONevaluation \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONcore \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONcalign \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONcalib \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONbase \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONraw \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONmpgraphics \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONmapping \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONgraphics \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONtrigger \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONsim \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONshuttle \
+                         @CMAKE_SOURCE_DIR@/MUON/MUONrec \
+                         @CMAKE_SOURCE_DIR@/MUON/macros
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -788,9 +812,9 @@ INPUT_ENCODING         = UTF-8
 
 FILE_PATTERNS          = *.h \
                          *.cxx \
-                         *.icc \
                          *.C \
-                         *.dox
+                         *.md \
+                         README*.txt
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.
@@ -858,7 +882,8 @@ EXAMPLE_RECURSIVE      = NO
 # that contain images that are to be included in the documentation (see the
 # \image command).
 
-IMAGE_PATH             = @CMAKE_SOURCE_DIR@/picts
+IMAGE_PATH             = @CMAKE_SOURCE_DIR@/picts \
+                         @CMAKE_SOURCE_DIR@/TPC/TPCbase/imgdoc
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should
 # invoke to filter for each input file. Doxygen will invoke the filter program
@@ -906,7 +931,7 @@ FILTER_SOURCE_PATTERNS =
 # (index.html). This can be useful if you have a project on for instance GitHub
 # and want to reuse the introduction page also for the doxygen output.
 
-USE_MDFILE_AS_MAINPAGE = 
+USE_MDFILE_AS_MAINPAGE = mainpage.md
 
 #---------------------------------------------------------------------------
 # Configuration options related to source browsing
@@ -919,7 +944,7 @@ USE_MDFILE_AS_MAINPAGE =
 # also VERBATIM_HEADERS is set to NO.
 # The default value is: NO.
 
-SOURCE_BROWSER         = NO
+SOURCE_BROWSER         = YES
 
 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
 # classes and enums directly into the documentation.
@@ -938,7 +963,7 @@ STRIP_CODE_COMMENTS    = YES
 # function all documented functions referencing it will be listed.
 # The default value is: NO.
 
-REFERENCED_BY_RELATION = NO
+REFERENCED_BY_RELATION = YES
 
 # If the REFERENCES_RELATION tag is set to YES then for each documented function
 # all documented entities called/used by that function will be listed.
@@ -2177,7 +2202,7 @@ CLASS_GRAPH            = YES
 # The default value is: YES.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-COLLABORATION_GRAPH    = YES
+COLLABORATION_GRAPH    = NO
 
 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
 # groups, showing the direct groups dependencies.