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 \
 
    70 EXAMPLE_PATH           = examples
 
    72 EXAMPLE_RECURSIVE      = NO
 
    75 FILTER_SOURCE_FILES    = NO
 
    76 #---------------------------------------------------------------------------
 
    77 # configuration options related to source browsing
 
    78 #---------------------------------------------------------------------------
 
    81 STRIP_CODE_COMMENTS    = YES
 
    82 REFERENCED_BY_RELATION = YES
 
    83 REFERENCES_RELATION    = YES
 
    84 VERBATIM_HEADERS       = YES
 
    85 #---------------------------------------------------------------------------
 
    86 # configuration options related to the alphabetical class index
 
    87 #---------------------------------------------------------------------------
 
    88 ALPHABETICAL_INDEX     = YES
 
    89 COLS_IN_ALPHA_INDEX    = 2
 
    91 #---------------------------------------------------------------------------
 
    92 # configuration options related to the HTML output
 
    93 #---------------------------------------------------------------------------
 
    96 HTML_FILE_EXTENSION    = .html
 
   100 HTML_ALIGN_MEMBERS     = YES
 
   101 GENERATE_HTMLHELP      = NO
 
   108 ENUM_VALUES_PER_LINE   = 4
 
   109 GENERATE_TREEVIEW      = YES
 
   111 #---------------------------------------------------------------------------
 
   112 # configuration options related to the LaTeX output
 
   113 #---------------------------------------------------------------------------
 
   116 LATEX_CMD_NAME         = latex
 
   117 MAKEINDEX_CMD_NAME     = makeindex
 
   125 LATEX_HIDE_INDICES     = NO
 
   126 #---------------------------------------------------------------------------
 
   127 # configuration options related to the RTF output
 
   128 #---------------------------------------------------------------------------
 
   133 RTF_STYLESHEET_FILE    = 
 
   134 RTF_EXTENSIONS_FILE    = 
 
   135 #---------------------------------------------------------------------------
 
   136 # configuration options related to the man page output
 
   137 #---------------------------------------------------------------------------
 
   142 #---------------------------------------------------------------------------
 
   143 # configuration options related to the XML output
 
   144 #---------------------------------------------------------------------------
 
   149 #---------------------------------------------------------------------------
 
   150 # configuration options for the AutoGen Definitions output
 
   151 #---------------------------------------------------------------------------
 
   152 GENERATE_AUTOGEN_DEF   = NO
 
   153 #---------------------------------------------------------------------------
 
   154 # configuration options related to the Perl module output
 
   155 #---------------------------------------------------------------------------
 
   156 GENERATE_PERLMOD       = NO
 
   159 PERLMOD_MAKEVAR_PREFIX = 
 
   160 #---------------------------------------------------------------------------
 
   161 # Configuration options related to the preprocessor   
 
   162 #---------------------------------------------------------------------------
 
   163 ENABLE_PREPROCESSING   = YES
 
   165 EXPAND_ONLY_PREDEF     = NO
 
   166 SEARCH_INCLUDES        = YES
 
   168 INCLUDE_FILE_PATTERNS  = 
 
   171 SKIP_FUNCTION_MACROS   = YES
 
   172 #---------------------------------------------------------------------------
 
   173 # Configuration::addtions related to external references   
 
   174 #---------------------------------------------------------------------------
 
   178 EXTERNAL_GROUPS        = YES
 
   179 PERL_PATH              = /usr/bin/perl
 
   180 #---------------------------------------------------------------------------
 
   181 # Configuration options related to the dot tool   
 
   182 #---------------------------------------------------------------------------
 
   184 HIDE_UNDOC_RELATIONS   = NO
 
   187 COLLABORATION_GRAPH    = YES
 
   189 TEMPLATE_RELATIONS     = YES
 
   191 INCLUDED_BY_GRAPH      = YES
 
   193 GRAPHICAL_HIERARCHY    = YES
 
   194 DOT_IMAGE_FORMAT       = png
 
   197 MAX_DOT_GRAPH_WIDTH    = 1024
 
   198 MAX_DOT_GRAPH_HEIGHT   = 1024
 
   199 MAX_DOT_GRAPH_DEPTH    = 0
 
   200 GENERATE_LEGEND        = YES
 
   202 #---------------------------------------------------------------------------
 
   203 # Configuration::addtions related to the search engine   
 
   204 #---------------------------------------------------------------------------
 
   206 CGI_NAME               = search.cgi
 
   210 BIN_ABSPATH            = /usr/local/bin/