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 = $(PWD)/
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 #---------------------------------------------------------------------------
69 EXCLUDE = include/includes.h \
76 FILTER_SOURCE_FILES = NO
77 #---------------------------------------------------------------------------
78 # configuration options related to the alphabetical class index
79 #---------------------------------------------------------------------------
80 ALPHABETICAL_INDEX = YES
81 COLS_IN_ALPHA_INDEX = 1
83 #---------------------------------------------------------------------------
84 # configuration options related to the HTML output
85 #---------------------------------------------------------------------------
91 HTML_ALIGN_MEMBERS = YES
92 GENERATE_HTMLHELP = NO
97 ENUM_VALUES_PER_LINE = 3
98 GENERATE_TREEVIEW = NO
100 #---------------------------------------------------------------------------
101 # configuration options related to the LaTeX output
102 #---------------------------------------------------------------------------
111 LATEX_BATCHMODE = YES
112 #---------------------------------------------------------------------------
113 # configuration options related to the RTF output
114 #---------------------------------------------------------------------------
119 RTF_STYLESHEET_FILE =
120 RTF_EXTENSIONS_FILE =
121 #---------------------------------------------------------------------------
122 # configuration options related to the man page output
123 #---------------------------------------------------------------------------
128 #---------------------------------------------------------------------------
129 # configuration options related to the XML output
130 #---------------------------------------------------------------------------
132 #---------------------------------------------------------------------------
133 # configuration options related to the preprocessor
134 #---------------------------------------------------------------------------
135 ENABLE_PREPROCESSING = NO
137 EXPAND_ONLY_PREDEF = NO
138 SEARCH_INCLUDES = YES
140 INCLUDE_FILE_PATTERNS =
143 SKIP_FUNCTION_MACROS = YES
144 #---------------------------------------------------------------------------
145 # configuration::additions related to external references
146 #---------------------------------------------------------------------------
150 PERL_PATH = /usr/bin/perl
151 #---------------------------------------------------------------------------
152 # configuration options related to the dot tool
153 #---------------------------------------------------------------------------
156 COLLABORATION_GRAPH = YES
157 TEMPLATE_RELATIONS = YES
159 INCLUDED_BY_GRAPH = YES
160 GRAPHICAL_HIERARCHY = YES
163 MAX_DOT_GRAPH_WIDTH = 1024
164 MAX_DOT_GRAPH_HEIGHT = 1024
165 GENERATE_LEGEND = YES
167 #---------------------------------------------------------------------------
168 # configuration::additions related to the search engine
169 #---------------------------------------------------------------------------
171 CGI_NAME = search.cgi
175 BIN_ABSPATH = /usr/local/bin/