3 #---------------------------------------------------------------------------
 
     4 # General configuration options
 
     5 #---------------------------------------------------------------------------
 
     9 OUTPUT_LANGUAGE        = English
 
    10 USE_WINDOWS_ENCODING   = NO
 
    14 EXTRACT_LOCAL_CLASSES  = YES
 
    15 HIDE_UNDOC_MEMBERS     = YES
 
    16 HIDE_UNDOC_CLASSES     = YES
 
    17 HIDE_FRIEND_COMPOUNDS  = NO
 
    18 HIDE_IN_BODY_DOCS      = NO
 
    19 BRIEF_MEMBER_DESC      = YES
 
    21 ALWAYS_DETAILED_SEC    = NO
 
    22 INLINE_INHERITED_MEMB  = NO
 
    26 CASE_SENSE_NAMES       = YES
 
    28 HIDE_SCOPE_NAMES       = YES
 
    29 SHOW_INCLUDE_FILES     = YES
 
    30 JAVADOC_AUTOBRIEF      = NO
 
    31 MULTILINE_CPP_IS_BRIEF = NO
 
    36 DISTRIBUTE_GROUP_DOC   = NO
 
    38 GENERATE_TODOLIST      = YES
 
    39 GENERATE_TESTLIST      = YES
 
    40 GENERATE_BUGLIST       = YES
 
    41 GENERATE_DEPRECATEDLIST= YES
 
    44 MAX_INITIALIZER_LINES  = 30
 
    45 OPTIMIZE_OUTPUT_FOR_C  = YES
 
    46 OPTIMIZE_OUTPUT_JAVA   = NO
 
    48 #---------------------------------------------------------------------------
 
    49 # configuration options related to warning and progress messages
 
    50 #---------------------------------------------------------------------------
 
    53 WARN_IF_UNDOCUMENTED   = YES
 
    54 WARN_IF_DOC_ERROR      = YES
 
    55 WARN_FORMAT            = "$file:$line: $text"
 
    57 #---------------------------------------------------------------------------
 
    58 # configuration options related to the input files
 
    59 #---------------------------------------------------------------------------
 
    60 INPUT                  = ../src/demo/alpar/emptygraph.h \
 
    61                          ../src/doxy/invalid.h \
 
    62                          ../src/demo/alpar/smart_graph.h \
 
    63                          ../src/demo/alpar/mapskeleton.h \
 
    64                          ../src/demo/alpar/dijkstra/dijkstra.h \
 
    65                          ../src/demo/alpar/dijkstra/bin_heap.hh \
 
    66                          ../src/demo/alpar/dijkstra/fib_heap.h \
 
    73 EXAMPLE_PATH           = examples
 
    75 EXAMPLE_RECURSIVE      = NO
 
    78 FILTER_SOURCE_FILES    = NO
 
    79 #---------------------------------------------------------------------------
 
    80 # configuration options related to source browsing
 
    81 #---------------------------------------------------------------------------
 
    84 STRIP_CODE_COMMENTS    = YES
 
    85 REFERENCED_BY_RELATION = YES
 
    86 REFERENCES_RELATION    = YES
 
    87 VERBATIM_HEADERS       = YES
 
    88 #---------------------------------------------------------------------------
 
    89 # configuration options related to the alphabetical class index
 
    90 #---------------------------------------------------------------------------
 
    91 ALPHABETICAL_INDEX     = YES
 
    92 COLS_IN_ALPHA_INDEX    = 2
 
    94 #---------------------------------------------------------------------------
 
    95 # configuration options related to the HTML output
 
    96 #---------------------------------------------------------------------------
 
    99 HTML_FILE_EXTENSION    = .html
 
   103 HTML_ALIGN_MEMBERS     = YES
 
   104 GENERATE_HTMLHELP      = NO
 
   111 ENUM_VALUES_PER_LINE   = 4
 
   112 GENERATE_TREEVIEW      = YES
 
   114 #---------------------------------------------------------------------------
 
   115 # configuration options related to the LaTeX output
 
   116 #---------------------------------------------------------------------------
 
   119 LATEX_CMD_NAME         = latex
 
   120 MAKEINDEX_CMD_NAME     = makeindex
 
   128 LATEX_HIDE_INDICES     = NO
 
   129 #---------------------------------------------------------------------------
 
   130 # configuration options related to the RTF output
 
   131 #---------------------------------------------------------------------------
 
   136 RTF_STYLESHEET_FILE    = 
 
   137 RTF_EXTENSIONS_FILE    = 
 
   138 #---------------------------------------------------------------------------
 
   139 # configuration options related to the man page output
 
   140 #---------------------------------------------------------------------------
 
   145 #---------------------------------------------------------------------------
 
   146 # configuration options related to the XML output
 
   147 #---------------------------------------------------------------------------
 
   152 #---------------------------------------------------------------------------
 
   153 # configuration options for the AutoGen Definitions output
 
   154 #---------------------------------------------------------------------------
 
   155 GENERATE_AUTOGEN_DEF   = NO
 
   156 #---------------------------------------------------------------------------
 
   157 # configuration options related to the Perl module output
 
   158 #---------------------------------------------------------------------------
 
   159 GENERATE_PERLMOD       = NO
 
   162 PERLMOD_MAKEVAR_PREFIX = 
 
   163 #---------------------------------------------------------------------------
 
   164 # Configuration options related to the preprocessor   
 
   165 #---------------------------------------------------------------------------
 
   166 ENABLE_PREPROCESSING   = YES
 
   168 EXPAND_ONLY_PREDEF     = NO
 
   169 SEARCH_INCLUDES        = YES
 
   171 INCLUDE_FILE_PATTERNS  = 
 
   174 SKIP_FUNCTION_MACROS   = YES
 
   175 #---------------------------------------------------------------------------
 
   176 # Configuration::addtions related to external references   
 
   177 #---------------------------------------------------------------------------
 
   181 EXTERNAL_GROUPS        = YES
 
   182 PERL_PATH              = /usr/bin/perl
 
   183 #---------------------------------------------------------------------------
 
   184 # Configuration options related to the dot tool   
 
   185 #---------------------------------------------------------------------------
 
   187 HIDE_UNDOC_RELATIONS   = NO
 
   190 COLLABORATION_GRAPH    = YES
 
   192 TEMPLATE_RELATIONS     = YES
 
   194 INCLUDED_BY_GRAPH      = YES
 
   196 GRAPHICAL_HIERARCHY    = YES
 
   197 DOT_IMAGE_FORMAT       = png
 
   200 MAX_DOT_GRAPH_WIDTH    = 1024
 
   201 MAX_DOT_GRAPH_HEIGHT   = 1024
 
   202 MAX_DOT_GRAPH_DEPTH    = 0
 
   203 GENERATE_LEGEND        = YES
 
   205 #---------------------------------------------------------------------------
 
   206 # Configuration::addtions related to the search engine   
 
   207 #---------------------------------------------------------------------------
 
   209 CGI_NAME               = search.cgi
 
   213 BIN_ABSPATH            = /usr/local/bin/