3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = @PACKAGE_NAME@
8 PROJECT_NUMBER = @PACKAGE_VERSION@
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = YES
15 ALWAYS_DETAILED_SEC = NO
16 INLINE_INHERITED_MEMB = NO
18 STRIP_FROM_PATH = "@abs_top_srcdir@"
19 STRIP_FROM_INC_PATH = "@abs_top_srcdir@"
21 JAVADOC_AUTOBRIEF = NO
23 MULTILINE_CPP_IS_BRIEF = NO
26 SEPARATE_MEMBER_PAGES = NO
29 OPTIMIZE_OUTPUT_FOR_C = NO
30 OPTIMIZE_OUTPUT_JAVA = NO
31 OPTIMIZE_FOR_FORTRAN = NO
32 OPTIMIZE_OUTPUT_VHDL = NO
33 BUILTIN_STL_SUPPORT = YES
36 IDL_PROPERTY_SUPPORT = YES
37 DISTRIBUTE_GROUP_DOC = NO
39 TYPEDEF_HIDES_STRUCT = NO
41 #---------------------------------------------------------------------------
42 # Build related configuration options
43 #---------------------------------------------------------------------------
47 EXTRACT_LOCAL_CLASSES = NO
48 EXTRACT_LOCAL_METHODS = NO
49 EXTRACT_ANON_NSPACES = NO
50 HIDE_UNDOC_MEMBERS = YES
51 HIDE_UNDOC_CLASSES = YES
52 HIDE_FRIEND_COMPOUNDS = NO
53 HIDE_IN_BODY_DOCS = NO
55 CASE_SENSE_NAMES = YES
56 HIDE_SCOPE_NAMES = YES
57 SHOW_INCLUDE_FILES = YES
62 SORT_BY_SCOPE_NAME = NO
63 GENERATE_TODOLIST = YES
64 GENERATE_TESTLIST = YES
65 GENERATE_BUGLIST = YES
66 GENERATE_DEPRECATEDLIST= YES
68 MAX_INITIALIZER_LINES = 5
70 SHOW_DIRECTORIES = YES
74 LAYOUT_FILE = DoxygenLayout.xml
75 #---------------------------------------------------------------------------
76 # configuration options related to warning and progress messages
77 #---------------------------------------------------------------------------
80 WARN_IF_UNDOCUMENTED = YES
81 WARN_IF_DOC_ERROR = YES
83 WARN_FORMAT = "$file:$line: $text"
84 WARN_LOGFILE = doxygen.log
85 #---------------------------------------------------------------------------
86 # configuration options related to the input files
87 #---------------------------------------------------------------------------
88 INPUT = "@abs_top_srcdir@/doc" \
89 "@abs_top_srcdir@/lemon" \
90 "@abs_top_srcdir@/lemon/bits" \
91 "@abs_top_srcdir@/lemon/concepts" \
92 "@abs_top_srcdir@/demo" \
93 "@abs_top_srcdir@/tools" \
94 "@abs_top_srcdir@/test/test_tools.h"
95 INPUT_ENCODING = UTF-8
101 EXCLUDE_SYMLINKS = NO
104 EXAMPLE_PATH = "@abs_top_srcdir@/demo" \
105 "@abs_top_srcdir@/LICENSE" \
106 "@abs_top_srcdir@/doc"
108 EXAMPLE_RECURSIVE = NO
109 IMAGE_PATH = "@abs_top_srcdir@/doc/images"
112 FILTER_SOURCE_FILES = NO
113 #---------------------------------------------------------------------------
114 # configuration options related to source browsing
115 #---------------------------------------------------------------------------
118 STRIP_CODE_COMMENTS = YES
119 REFERENCED_BY_RELATION = NO
120 REFERENCES_RELATION = NO
121 REFERENCES_LINK_SOURCE = YES
123 VERBATIM_HEADERS = NO
124 #---------------------------------------------------------------------------
125 # configuration options related to the alphabetical class index
126 #---------------------------------------------------------------------------
127 ALPHABETICAL_INDEX = YES
128 COLS_IN_ALPHA_INDEX = 2
130 #---------------------------------------------------------------------------
131 # configuration options related to the HTML output
132 #---------------------------------------------------------------------------
135 HTML_FILE_EXTENSION = .html
139 HTML_ALIGN_MEMBERS = YES
140 HTML_DYNAMIC_SECTIONS = NO
142 DOCSET_FEEDNAME = "Doxygen generated docs"
143 DOCSET_BUNDLE_ID = org.doxygen.Project
144 GENERATE_HTMLHELP = NO
153 QHP_NAMESPACE = org.doxygen.Project
154 QHP_VIRTUAL_FOLDER = doc
157 ENUM_VALUES_PER_LINE = 4
158 GENERATE_TREEVIEW = NO
160 FORMULA_FONTSIZE = 10
161 #---------------------------------------------------------------------------
162 # configuration options related to the LaTeX output
163 #---------------------------------------------------------------------------
166 LATEX_CMD_NAME = latex
167 MAKEINDEX_CMD_NAME = makeindex
170 EXTRA_PACKAGES = amsmath \
176 LATEX_HIDE_INDICES = NO
177 #---------------------------------------------------------------------------
178 # configuration options related to the RTF output
179 #---------------------------------------------------------------------------
184 RTF_STYLESHEET_FILE =
185 RTF_EXTENSIONS_FILE =
186 #---------------------------------------------------------------------------
187 # configuration options related to the man page output
188 #---------------------------------------------------------------------------
193 #---------------------------------------------------------------------------
194 # configuration options related to the XML output
195 #---------------------------------------------------------------------------
200 XML_PROGRAMLISTING = YES
201 #---------------------------------------------------------------------------
202 # configuration options for the AutoGen Definitions output
203 #---------------------------------------------------------------------------
204 GENERATE_AUTOGEN_DEF = NO
205 #---------------------------------------------------------------------------
206 # configuration options related to the Perl module output
207 #---------------------------------------------------------------------------
208 GENERATE_PERLMOD = NO
211 PERLMOD_MAKEVAR_PREFIX =
212 #---------------------------------------------------------------------------
213 # Configuration options related to the preprocessor
214 #---------------------------------------------------------------------------
215 ENABLE_PREPROCESSING = YES
217 EXPAND_ONLY_PREDEF = NO
218 SEARCH_INCLUDES = YES
220 INCLUDE_FILE_PATTERNS =
223 SKIP_FUNCTION_MACROS = YES
224 #---------------------------------------------------------------------------
225 # Configuration::additions related to external references
226 #---------------------------------------------------------------------------
227 TAGFILES = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ "
228 GENERATE_TAGFILE = html/lemon.tag
231 PERL_PATH = /usr/bin/perl
232 #---------------------------------------------------------------------------
233 # Configuration options related to the dot tool
234 #---------------------------------------------------------------------------
237 HIDE_UNDOC_RELATIONS = YES
239 DOT_FONTNAME = FreeSans
243 COLLABORATION_GRAPH = NO
246 TEMPLATE_RELATIONS = NO
248 INCLUDED_BY_GRAPH = NO
251 GRAPHICAL_HIERARCHY = NO
253 DOT_IMAGE_FORMAT = png
256 DOT_GRAPH_MAX_NODES = 50
257 MAX_DOT_GRAPH_DEPTH = 0
259 DOT_MULTI_TARGETS = NO
260 GENERATE_LEGEND = YES
262 #---------------------------------------------------------------------------
263 # Configuration::additions related to the search engine
264 #---------------------------------------------------------------------------