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
107 FILTER_SOURCE_FILES = NO
108 #---------------------------------------------------------------------------
109 # configuration options related to source browsing
110 #---------------------------------------------------------------------------
113 STRIP_CODE_COMMENTS = YES
114 REFERENCED_BY_RELATION = NO
115 REFERENCES_RELATION = NO
116 REFERENCES_LINK_SOURCE = YES
118 VERBATIM_HEADERS = NO
119 #---------------------------------------------------------------------------
120 # configuration options related to the alphabetical class index
121 #---------------------------------------------------------------------------
122 ALPHABETICAL_INDEX = YES
123 COLS_IN_ALPHA_INDEX = 2
125 #---------------------------------------------------------------------------
126 # configuration options related to the HTML output
127 #---------------------------------------------------------------------------
130 HTML_FILE_EXTENSION = .html
134 HTML_ALIGN_MEMBERS = YES
135 GENERATE_HTMLHELP = NO
137 DOCSET_FEEDNAME = "Doxygen generated docs"
138 DOCSET_BUNDLE_ID = org.doxygen.Project
139 HTML_DYNAMIC_SECTIONS = NO
146 ENUM_VALUES_PER_LINE = 4
147 GENERATE_TREEVIEW = YES
149 #---------------------------------------------------------------------------
150 # configuration options related to the LaTeX output
151 #---------------------------------------------------------------------------
154 LATEX_CMD_NAME = latex
155 MAKEINDEX_CMD_NAME = makeindex
158 EXTRA_PACKAGES = amsmath \
164 LATEX_HIDE_INDICES = NO
165 #---------------------------------------------------------------------------
166 # configuration options related to the RTF output
167 #---------------------------------------------------------------------------
172 RTF_STYLESHEET_FILE =
173 RTF_EXTENSIONS_FILE =
174 #---------------------------------------------------------------------------
175 # configuration options related to the man page output
176 #---------------------------------------------------------------------------
181 #---------------------------------------------------------------------------
182 # configuration options related to the XML output
183 #---------------------------------------------------------------------------
188 XML_PROGRAMLISTING = YES
189 #---------------------------------------------------------------------------
190 # configuration options for the AutoGen Definitions output
191 #---------------------------------------------------------------------------
192 GENERATE_AUTOGEN_DEF = NO
193 #---------------------------------------------------------------------------
194 # configuration options related to the Perl module output
195 #---------------------------------------------------------------------------
196 GENERATE_PERLMOD = NO
199 PERLMOD_MAKEVAR_PREFIX =
200 #---------------------------------------------------------------------------
201 # Configuration options related to the preprocessor
202 #---------------------------------------------------------------------------
203 ENABLE_PREPROCESSING = YES
205 EXPAND_ONLY_PREDEF = NO
206 SEARCH_INCLUDES = YES
208 INCLUDE_FILE_PATTERNS =
211 SKIP_FUNCTION_MACROS = YES
212 #---------------------------------------------------------------------------
213 # Configuration::additions related to external references
214 #---------------------------------------------------------------------------
215 TAGFILES = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ "
216 GENERATE_TAGFILE = html/lemon.tag
219 PERL_PATH = /usr/bin/perl
220 #---------------------------------------------------------------------------
221 # Configuration options related to the dot tool
222 #---------------------------------------------------------------------------
225 HIDE_UNDOC_RELATIONS = YES
228 COLLABORATION_GRAPH = NO
231 TEMPLATE_RELATIONS = NO
233 INCLUDED_BY_GRAPH = NO
236 GRAPHICAL_HIERARCHY = NO
238 DOT_IMAGE_FORMAT = png
241 DOT_GRAPH_MAX_NODES = 50
242 MAX_DOT_GRAPH_DEPTH = 0
244 DOT_MULTI_TARGETS = NO
245 GENERATE_LEGEND = YES
247 #---------------------------------------------------------------------------
248 # Configuration::additions related to the search engine
249 #---------------------------------------------------------------------------