3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = "LEMON Tutorial"
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = YES
15 ALWAYS_DETAILED_SEC = NO
16 INLINE_INHERITED_MEMB = NO
19 STRIP_FROM_INC_PATH = ./
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 #---------------------------------------------------------------------------
85 INPUT_ENCODING = UTF-8
94 EXAMPLE_PATH = ./demo \
97 EXAMPLE_RECURSIVE = NO
98 IMAGE_PATH = ./images \
102 FILTER_SOURCE_FILES = NO
103 #---------------------------------------------------------------------------
104 # configuration options related to source browsing
105 #---------------------------------------------------------------------------
108 STRIP_CODE_COMMENTS = YES
109 REFERENCED_BY_RELATION = NO
110 REFERENCES_RELATION = NO
111 REFERENCES_LINK_SOURCE = YES
113 VERBATIM_HEADERS = NO
114 #---------------------------------------------------------------------------
115 # configuration options related to the alphabetical class index
116 #---------------------------------------------------------------------------
117 ALPHABETICAL_INDEX = YES
118 COLS_IN_ALPHA_INDEX = 2
120 #---------------------------------------------------------------------------
121 # configuration options related to the HTML output
122 #---------------------------------------------------------------------------
125 HTML_FILE_EXTENSION = .html
129 HTML_ALIGN_MEMBERS = YES
130 GENERATE_HTMLHELP = NO
132 DOCSET_FEEDNAME = "Doxygen generated docs"
133 DOCSET_BUNDLE_ID = org.doxygen.Project
134 HTML_DYNAMIC_SECTIONS = NO
141 ENUM_VALUES_PER_LINE = 4
142 GENERATE_TREEVIEW = NO
144 #---------------------------------------------------------------------------
145 # configuration options related to the LaTeX output
146 #---------------------------------------------------------------------------
149 LATEX_CMD_NAME = latex
150 MAKEINDEX_CMD_NAME = makeindex
153 EXTRA_PACKAGES = amsmath \
159 LATEX_HIDE_INDICES = NO
160 #---------------------------------------------------------------------------
161 # configuration options related to the RTF output
162 #---------------------------------------------------------------------------
167 RTF_STYLESHEET_FILE =
168 RTF_EXTENSIONS_FILE =
169 #---------------------------------------------------------------------------
170 # configuration options related to the man page output
171 #---------------------------------------------------------------------------
176 #---------------------------------------------------------------------------
177 # configuration options related to the XML output
178 #---------------------------------------------------------------------------
183 XML_PROGRAMLISTING = YES
184 #---------------------------------------------------------------------------
185 # configuration options for the AutoGen Definitions output
186 #---------------------------------------------------------------------------
187 GENERATE_AUTOGEN_DEF = NO
188 #---------------------------------------------------------------------------
189 # configuration options related to the Perl module output
190 #---------------------------------------------------------------------------
191 GENERATE_PERLMOD = NO
194 PERLMOD_MAKEVAR_PREFIX =
195 #---------------------------------------------------------------------------
196 # Configuration options related to the preprocessor
197 #---------------------------------------------------------------------------
198 ENABLE_PREPROCESSING = YES
200 EXPAND_ONLY_PREDEF = NO
201 SEARCH_INCLUDES = YES
203 INCLUDE_FILE_PATTERNS =
206 SKIP_FUNCTION_MACROS = YES
207 #---------------------------------------------------------------------------
208 # Configuration::additions related to external references
209 #---------------------------------------------------------------------------
210 TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " \
211 "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/latest/ "
215 PERL_PATH = /usr/bin/perl
216 #---------------------------------------------------------------------------
217 # Configuration options related to the dot tool
218 #---------------------------------------------------------------------------
221 HIDE_UNDOC_RELATIONS = YES
224 COLLABORATION_GRAPH = NO
227 TEMPLATE_RELATIONS = NO
229 INCLUDED_BY_GRAPH = NO
232 GRAPHICAL_HIERARCHY = NO
234 DOT_IMAGE_FORMAT = png
237 DOT_GRAPH_MAX_NODES = 50
238 MAX_DOT_GRAPH_DEPTH = 0
240 DOT_MULTI_TARGETS = NO
241 GENERATE_LEGEND = YES
243 #---------------------------------------------------------------------------
244 # Configuration::additions related to the search engine
245 #---------------------------------------------------------------------------