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 DISTRIBUTE_GROUP_DOC = NO
38 TYPEDEF_HIDES_STRUCT = NO
39 #---------------------------------------------------------------------------
40 # Build related configuration options
41 #---------------------------------------------------------------------------
45 EXTRACT_LOCAL_CLASSES = NO
46 EXTRACT_LOCAL_METHODS = NO
47 EXTRACT_ANON_NSPACES = NO
48 HIDE_UNDOC_MEMBERS = YES
49 HIDE_UNDOC_CLASSES = YES
50 HIDE_FRIEND_COMPOUNDS = NO
51 HIDE_IN_BODY_DOCS = NO
53 CASE_SENSE_NAMES = YES
54 HIDE_SCOPE_NAMES = YES
55 SHOW_INCLUDE_FILES = YES
60 SORT_BY_SCOPE_NAME = NO
61 GENERATE_TODOLIST = YES
62 GENERATE_TESTLIST = YES
63 GENERATE_BUGLIST = YES
64 GENERATE_DEPRECATEDLIST= YES
66 MAX_INITIALIZER_LINES = 5
68 SHOW_DIRECTORIES = YES
70 #---------------------------------------------------------------------------
71 # configuration options related to warning and progress messages
72 #---------------------------------------------------------------------------
75 WARN_IF_UNDOCUMENTED = YES
76 WARN_IF_DOC_ERROR = YES
78 WARN_FORMAT = "$file:$line: $text "
79 WARN_LOGFILE = doxygen.log
80 #---------------------------------------------------------------------------
81 # configuration options related to the input files
82 #---------------------------------------------------------------------------
83 INPUT = @abs_top_srcdir@/doc \
84 @abs_top_srcdir@/lemon \
85 @abs_top_srcdir@/lemon/bits \
86 @abs_top_srcdir@/lemon/concepts \
87 @abs_top_srcdir@/demo \
88 @abs_top_srcdir@/tools \
89 @abs_top_srcdir@/test/test_tools.h
90 INPUT_ENCODING = UTF-8
99 EXAMPLE_PATH = @abs_top_srcdir@/demo \
100 @abs_top_srcdir@/LICENSE \
103 EXAMPLE_RECURSIVE = NO
104 IMAGE_PATH = @abs_top_srcdir@/doc/images \
105 @abs_top_builddir@/doc/gen-images
108 FILTER_SOURCE_FILES = NO
109 #---------------------------------------------------------------------------
110 # configuration options related to source browsing
111 #---------------------------------------------------------------------------
114 STRIP_CODE_COMMENTS = YES
115 REFERENCED_BY_RELATION = NO
116 REFERENCES_RELATION = NO
117 REFERENCES_LINK_SOURCE = YES
119 VERBATIM_HEADERS = NO
120 #---------------------------------------------------------------------------
121 # configuration options related to the alphabetical class index
122 #---------------------------------------------------------------------------
123 ALPHABETICAL_INDEX = YES
124 COLS_IN_ALPHA_INDEX = 2
126 #---------------------------------------------------------------------------
127 # configuration options related to the HTML output
128 #---------------------------------------------------------------------------
131 HTML_FILE_EXTENSION = .html
135 HTML_ALIGN_MEMBERS = YES
136 GENERATE_HTMLHELP = NO
138 DOCSET_FEEDNAME = "Doxygen generated docs"
139 DOCSET_BUNDLE_ID = org.doxygen.Project
140 HTML_DYNAMIC_SECTIONS = NO
147 ENUM_VALUES_PER_LINE = 4
148 GENERATE_TREEVIEW = YES
150 #---------------------------------------------------------------------------
151 # configuration options related to the LaTeX output
152 #---------------------------------------------------------------------------
155 LATEX_CMD_NAME = latex
156 MAKEINDEX_CMD_NAME = makeindex
159 EXTRA_PACKAGES = amsmath \
165 LATEX_HIDE_INDICES = NO
166 #---------------------------------------------------------------------------
167 # configuration options related to the RTF output
168 #---------------------------------------------------------------------------
173 RTF_STYLESHEET_FILE =
174 RTF_EXTENSIONS_FILE =
175 #---------------------------------------------------------------------------
176 # configuration options related to the man page output
177 #---------------------------------------------------------------------------
182 #---------------------------------------------------------------------------
183 # configuration options related to the XML output
184 #---------------------------------------------------------------------------
189 XML_PROGRAMLISTING = YES
190 #---------------------------------------------------------------------------
191 # configuration options for the AutoGen Definitions output
192 #---------------------------------------------------------------------------
193 GENERATE_AUTOGEN_DEF = NO
194 #---------------------------------------------------------------------------
195 # configuration options related to the Perl module output
196 #---------------------------------------------------------------------------
197 GENERATE_PERLMOD = NO
200 PERLMOD_MAKEVAR_PREFIX =
201 #---------------------------------------------------------------------------
202 # Configuration options related to the preprocessor
203 #---------------------------------------------------------------------------
204 ENABLE_PREPROCESSING = YES
206 EXPAND_ONLY_PREDEF = NO
207 SEARCH_INCLUDES = YES
209 INCLUDE_FILE_PATTERNS =
212 SKIP_FUNCTION_MACROS = YES
213 #---------------------------------------------------------------------------
214 # Configuration::additions related to external references
215 #---------------------------------------------------------------------------
216 TAGFILES = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ "
217 GENERATE_TAGFILE = html/lemon.tag
220 PERL_PATH = /usr/bin/perl
221 #---------------------------------------------------------------------------
222 # Configuration options related to the dot tool
223 #---------------------------------------------------------------------------
226 HIDE_UNDOC_RELATIONS = YES
229 COLLABORATION_GRAPH = NO
232 TEMPLATE_RELATIONS = NO
234 INCLUDED_BY_GRAPH = NO
237 GRAPHICAL_HIERARCHY = NO
239 DOT_IMAGE_FORMAT = png
242 DOT_GRAPH_MAX_NODES = 50
243 MAX_DOT_GRAPH_DEPTH = 0
245 DOT_MULTI_TARGETS = NO
246 GENERATE_LEGEND = YES
248 #---------------------------------------------------------------------------
249 # Configuration::additions related to the search engine
250 #---------------------------------------------------------------------------