3 #---------------------------------------------------------------------------
4 # General configuration options
5 #---------------------------------------------------------------------------
9 # NOTE: By default, Doxygen writes into the dox/ subdirectory of the
10 # invocation directory. If you want to put it somewhere else, for
11 # example, to write straight into a webserver directory, then override
12 # this variable in a configuration concatenated to this one: Doxygen
13 # doesn't mind variables being redefined.
15 OUTPUT_DIRECTORY = dox
17 OUTPUT_LANGUAGE = English
21 HIDE_UNDOC_MEMBERS = NO
22 HIDE_UNDOC_CLASSES = NO
23 BRIEF_MEMBER_DESC = YES
25 ALWAYS_DETAILED_SEC = NO
27 STRIP_FROM_PATH = *source
32 STRIP_CODE_COMMENTS = NO
33 CASE_SENSE_NAMES = YES
35 HIDE_SCOPE_NAMES = YES
36 VERBATIM_HEADERS = YES
37 SHOW_INCLUDE_FILES = YES
38 JAVADOC_AUTOBRIEF = YES
42 DISTRIBUTE_GROUP_DOC = NO
44 GENERATE_TODOLIST = YES
45 GENERATE_TESTLIST = YES
46 GENERATE_BUGLIST = YES
49 MAX_INITIALIZER_LINES = 30
50 OPTIMIZE_OUTPUT_FOR_C = YES
52 REFERENCED_BY_RELATION = YES
53 #---------------------------------------------------------------------------
54 # configuration options related to warning and progress messages
55 #---------------------------------------------------------------------------
58 WARN_IF_UNDOCUMENTED = NO
59 WARN_FORMAT = "$file:$line: $text"
61 #---------------------------------------------------------------------------
62 # configuration options related to the input files
63 #---------------------------------------------------------------------------
70 EXCLUDE = include/includes.h \
77 FILTER_SOURCE_FILES = NO
78 #---------------------------------------------------------------------------
79 # configuration options related to the alphabetical class index
80 #---------------------------------------------------------------------------
81 ALPHABETICAL_INDEX = YES
82 COLS_IN_ALPHA_INDEX = 1
84 #---------------------------------------------------------------------------
85 # configuration options related to the HTML output
86 #---------------------------------------------------------------------------
92 HTML_ALIGN_MEMBERS = YES
93 GENERATE_HTMLHELP = NO
98 ENUM_VALUES_PER_LINE = 3
99 GENERATE_TREEVIEW = NO
101 #---------------------------------------------------------------------------
102 # configuration options related to the LaTeX output
103 #---------------------------------------------------------------------------
112 LATEX_BATCHMODE = YES
113 #---------------------------------------------------------------------------
114 # configuration options related to the RTF output
115 #---------------------------------------------------------------------------
120 RTF_STYLESHEET_FILE =
121 RTF_EXTENSIONS_FILE =
122 #---------------------------------------------------------------------------
123 # configuration options related to the man page output
124 #---------------------------------------------------------------------------
129 #---------------------------------------------------------------------------
130 # configuration options related to the XML output
131 #---------------------------------------------------------------------------
133 #---------------------------------------------------------------------------
134 # configuration options related to the preprocessor
135 #---------------------------------------------------------------------------
136 ENABLE_PREPROCESSING = NO
138 EXPAND_ONLY_PREDEF = NO
139 SEARCH_INCLUDES = YES
141 INCLUDE_FILE_PATTERNS =
144 SKIP_FUNCTION_MACROS = YES
145 #---------------------------------------------------------------------------
146 # configuration::additions related to external references
147 #---------------------------------------------------------------------------
151 PERL_PATH = /usr/bin/perl
152 #---------------------------------------------------------------------------
153 # configuration options related to the dot tool
154 #---------------------------------------------------------------------------
157 COLLABORATION_GRAPH = YES
158 TEMPLATE_RELATIONS = YES
160 INCLUDED_BY_GRAPH = YES
161 GRAPHICAL_HIERARCHY = YES
164 MAX_DOT_GRAPH_WIDTH = 1024
165 MAX_DOT_GRAPH_HEIGHT = 1024
166 GENERATE_LEGEND = YES
168 #---------------------------------------------------------------------------
169 # configuration::additions related to the search engine
170 #---------------------------------------------------------------------------
172 CGI_NAME = search.cgi
176 BIN_ABSPATH = /usr/local/bin/