doc/doxygen/Doxyfile
changeset 208 05d95c45b388
parent 207 b6572d0336c3
child 210 6b5a4c21e061
equal deleted inserted replaced
207:b6572d0336c3 208:05d95c45b388
     3 #---------------------------------------------------------------------------
     3 #---------------------------------------------------------------------------
     4 # Project related configuration options
     4 # Project related configuration options
     5 #---------------------------------------------------------------------------
     5 #---------------------------------------------------------------------------
     6 PROJECT_NAME = CanFestival
     6 PROJECT_NAME = CanFestival
     7 PROJECT_NUMBER = 3
     7 PROJECT_NUMBER = 3
     8 OUTPUT_DIRECTORY = 
     8 OUTPUT_DIRECTORY = ./doc/doxygen
     9 CREATE_SUBDIRS = NO
     9 CREATE_SUBDIRS = NO
    10 OUTPUT_LANGUAGE = English
    10 OUTPUT_LANGUAGE = English
    11 USE_WINDOWS_ENCODING = NO
    11 USE_WINDOWS_ENCODING = NO
    12 BRIEF_MEMBER_DESC = YES
    12 BRIEF_MEMBER_DESC = YES
    13 REPEAT_BRIEF = YES
    13 REPEAT_BRIEF = YES
    70 WARN_FORMAT = "$file:$line: $text"
    70 WARN_FORMAT = "$file:$line: $text"
    71 WARN_LOGFILE = 
    71 WARN_LOGFILE = 
    72 #---------------------------------------------------------------------------
    72 #---------------------------------------------------------------------------
    73 # configuration options related to the input files
    73 # configuration options related to the input files
    74 #---------------------------------------------------------------------------
    74 #---------------------------------------------------------------------------
    75 INPUT = /home/epimerde/documents/tc11/CanFestival-3/src 
    75 INPUT = ./src
    76 FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py *.C *.CC *.C++ *.II *.I++ *.H *.HH *.H++ *.CS *.PHP *.PHP3 *.M *.MM *.PY
    76 FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py *.C *.CC *.C++ *.II *.I++ *.H *.HH *.H++ *.CS *.PHP *.PHP3 *.M *.MM *.PY
    77 RECURSIVE = YES
    77 RECURSIVE = YES
    78 EXCLUDE = 
    78 EXCLUDE = 
    79 EXCLUDE_SYMLINKS = NO
    79 EXCLUDE_SYMLINKS = NO
    80 EXCLUDE_PATTERNS = 
    80 EXCLUDE_PATTERNS = 
    86 FILTER_PATTERNS = 
    86 FILTER_PATTERNS = 
    87 FILTER_SOURCE_FILES = NO
    87 FILTER_SOURCE_FILES = NO
    88 #---------------------------------------------------------------------------
    88 #---------------------------------------------------------------------------
    89 # configuration options related to source browsing
    89 # configuration options related to source browsing
    90 #---------------------------------------------------------------------------
    90 #---------------------------------------------------------------------------
    91 SOURCE_BROWSER = NO
    91 SOURCE_BROWSER = YES
    92 INLINE_SOURCES = NO
    92 INLINE_SOURCES = NO
    93 STRIP_CODE_COMMENTS = YES
    93 STRIP_CODE_COMMENTS = YES
    94 REFERENCED_BY_RELATION = NO
    94 REFERENCED_BY_RELATION = YES
    95 REFERENCES_RELATION = NO
    95 REFERENCES_RELATION = YES
    96 REFERENCES_LINK_SOURCE = YES
    96 REFERENCES_LINK_SOURCE = YES
    97 USE_HTAGS = NO
    97 USE_HTAGS = NO
    98 VERBATIM_HEADERS = NO
    98 VERBATIM_HEADERS = YES
    99 #---------------------------------------------------------------------------
    99 #---------------------------------------------------------------------------
   100 # configuration options related to the alphabetical class index
   100 # configuration options related to the alphabetical class index
   101 #---------------------------------------------------------------------------
   101 #---------------------------------------------------------------------------
   102 ALPHABETICAL_INDEX = NO
   102 ALPHABETICAL_INDEX = NO
   103 COLS_IN_ALPHA_INDEX = 5
   103 COLS_IN_ALPHA_INDEX = 5
   193 EXTERNAL_GROUPS = YES
   193 EXTERNAL_GROUPS = YES
   194 PERL_PATH = /usr/bin/perl
   194 PERL_PATH = /usr/bin/perl
   195 #---------------------------------------------------------------------------
   195 #---------------------------------------------------------------------------
   196 # Configuration options related to the dot tool   
   196 # Configuration options related to the dot tool   
   197 #---------------------------------------------------------------------------
   197 #---------------------------------------------------------------------------
   198 CLASS_DIAGRAMS = YES
   198 CLASS_DIAGRAMS = NO
   199 HIDE_UNDOC_RELATIONS = YES
   199 HIDE_UNDOC_RELATIONS = YES
   200 HAVE_DOT = NO
   200 HAVE_DOT = YES
   201 CLASS_GRAPH = YES
   201 CLASS_GRAPH = YES
   202 COLLABORATION_GRAPH = YES
   202 COLLABORATION_GRAPH = YES
   203 GROUP_GRAPHS = YES
   203 GROUP_GRAPHS = YES
   204 UML_LOOK = NO
   204 UML_LOOK = NO
   205 TEMPLATE_RELATIONS = NO
   205 TEMPLATE_RELATIONS = NO