X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FDoxyfile;h=690ea6312c0cd75f030e5033faecee8818a80744;hb=823152abfcb68985c8355abcdbcd93273cd8f4c7;hp=56655554c3255b8914726688be67411451a11f48;hpb=6589c17575683e281ad6a1019139574d69988a7b;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/Doxyfile b/MUON/Doxyfile index 56655554c32..690ea6312c0 100644 --- a/MUON/Doxyfile +++ b/MUON/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = "AliRoot MUON" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "Version CVS" +PROJECT_NUMBER = "Version SVN trunk" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -425,7 +425,7 @@ INPUT = . ../STEER ../EVGEN # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm -FILE_PATTERNS = *.h *.cxx *.icc +FILE_PATTERNS = *.h *.cxx *.icc *.C README*.txt *.sh # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -437,7 +437,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = tgt_linux mapping.new mapping.fromLaurent.0 untar +EXCLUDE = check muon_html test_out.100 tgt_linux # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. @@ -533,7 +533,7 @@ REFERENCED_BY_RELATION = YES # then for each documented function all documented entities # called/used by that function will be listed. -REFERENCES_RELATION = YES +REFERENCES_RELATION = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for @@ -577,7 +577,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = muon_html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank