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
 
    69 EXAMPLE_PATH           = examples
 
    71 EXAMPLE_RECURSIVE      = NO
 
    74 FILTER_SOURCE_FILES    = NO
 
    75 #---------------------------------------------------------------------------
 
    76 # configuration options related to source browsing
 
    77 #---------------------------------------------------------------------------
 
    80 STRIP_CODE_COMMENTS    = YES
 
    81 REFERENCED_BY_RELATION = YES
 
    82 REFERENCES_RELATION    = YES
 
    83 VERBATIM_HEADERS       = YES
 
    84 #---------------------------------------------------------------------------
 
    85 # configuration options related to the alphabetical class index
 
    86 #---------------------------------------------------------------------------
 
    87 ALPHABETICAL_INDEX     = YES
 
    88 COLS_IN_ALPHA_INDEX    = 2
 
    90 #---------------------------------------------------------------------------
 
    91 # configuration options related to the HTML output
 
    92 #---------------------------------------------------------------------------
 
    95 HTML_FILE_EXTENSION    = .html
 
    99 HTML_ALIGN_MEMBERS     = YES
 
   100 GENERATE_HTMLHELP      = NO
 
   107 ENUM_VALUES_PER_LINE   = 4
 
   108 GENERATE_TREEVIEW      = YES
 
   110 #---------------------------------------------------------------------------
 
   111 # configuration options related to the LaTeX output
 
   112 #---------------------------------------------------------------------------
 
   115 LATEX_CMD_NAME         = latex
 
   116 MAKEINDEX_CMD_NAME     = makeindex
 
   124 LATEX_HIDE_INDICES     = NO
 
   125 #---------------------------------------------------------------------------
 
   126 # configuration options related to the RTF output
 
   127 #---------------------------------------------------------------------------
 
   132 RTF_STYLESHEET_FILE    = 
 
   133 RTF_EXTENSIONS_FILE    = 
 
   134 #---------------------------------------------------------------------------
 
   135 # configuration options related to the man page output
 
   136 #---------------------------------------------------------------------------
 
   141 #---------------------------------------------------------------------------
 
   142 # configuration options related to the XML output
 
   143 #---------------------------------------------------------------------------
 
   148 #---------------------------------------------------------------------------
 
   149 # configuration options for the AutoGen Definitions output
 
   150 #---------------------------------------------------------------------------
 
   151 GENERATE_AUTOGEN_DEF   = NO
 
   152 #---------------------------------------------------------------------------
 
   153 # configuration options related to the Perl module output
 
   154 #---------------------------------------------------------------------------
 
   155 GENERATE_PERLMOD       = NO
 
   158 PERLMOD_MAKEVAR_PREFIX = 
 
   159 #---------------------------------------------------------------------------
 
   160 # Configuration options related to the preprocessor   
 
   161 #---------------------------------------------------------------------------
 
   162 ENABLE_PREPROCESSING   = YES
 
   164 EXPAND_ONLY_PREDEF     = NO
 
   165 SEARCH_INCLUDES        = YES
 
   167 INCLUDE_FILE_PATTERNS  = 
 
   170 SKIP_FUNCTION_MACROS   = YES
 
   171 #---------------------------------------------------------------------------
 
   172 # Configuration::addtions related to external references   
 
   173 #---------------------------------------------------------------------------
 
   177 EXTERNAL_GROUPS        = YES
 
   178 PERL_PATH              = /usr/bin/perl
 
   179 #---------------------------------------------------------------------------
 
   180 # Configuration options related to the dot tool   
 
   181 #---------------------------------------------------------------------------
 
   183 HIDE_UNDOC_RELATIONS   = NO
 
   186 COLLABORATION_GRAPH    = YES
 
   188 TEMPLATE_RELATIONS     = YES
 
   190 INCLUDED_BY_GRAPH      = YES
 
   192 GRAPHICAL_HIERARCHY    = YES
 
   193 DOT_IMAGE_FORMAT       = png
 
   196 MAX_DOT_GRAPH_WIDTH    = 1024
 
   197 MAX_DOT_GRAPH_HEIGHT   = 1024
 
   198 MAX_DOT_GRAPH_DEPTH    = 0
 
   199 GENERATE_LEGEND        = YES
 
   201 #---------------------------------------------------------------------------
 
   202 # Configuration::addtions related to the search engine   
 
   203 #---------------------------------------------------------------------------
 
   205 CGI_NAME               = search.cgi
 
   209 BIN_ABSPATH            = /usr/local/bin/