3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class" \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
28 STRIP_FROM_PATH = $(CURDIR)
31 JAVADOC_AUTOBRIEF = YES
32 MULTILINE_CPP_IS_BRIEF = NO
35 SEPARATE_MEMBER_PAGES = NO
38 OPTIMIZE_OUTPUT_FOR_C = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
40 BUILTIN_STL_SUPPORT = YES
42 DISTRIBUTE_GROUP_DOC = NO
44 #---------------------------------------------------------------------------
45 # Build related configuration options
46 #---------------------------------------------------------------------------
50 EXTRACT_LOCAL_CLASSES = YES
51 EXTRACT_LOCAL_METHODS = NO
52 HIDE_UNDOC_MEMBERS = NO
53 HIDE_UNDOC_CLASSES = NO
54 HIDE_FRIEND_COMPOUNDS = NO
55 HIDE_IN_BODY_DOCS = NO
57 CASE_SENSE_NAMES = YES
59 SHOW_INCLUDE_FILES = YES
61 SORT_MEMBER_DOCS = YES
63 SORT_BY_SCOPE_NAME = NO
64 GENERATE_TODOLIST = YES
65 GENERATE_TESTLIST = YES
66 GENERATE_BUGLIST = YES
67 GENERATE_DEPRECATEDLIST= YES
69 MAX_INITIALIZER_LINES = 30
71 SHOW_DIRECTORIES = YES
73 #---------------------------------------------------------------------------
74 # configuration options related to warning and progress messages
75 #---------------------------------------------------------------------------
78 WARN_IF_UNDOCUMENTED = NO
79 WARN_IF_DOC_ERROR = YES
81 WARN_FORMAT = "$file:$line: $text"
83 #---------------------------------------------------------------------------
84 # configuration options related to the input files
85 #---------------------------------------------------------------------------
88 INPUT_ENCODING = UTF-8
95 EXCLUDE_PATTERNS = *.lex.* \
100 EXAMPLE_RECURSIVE = NO
104 FILTER_SOURCE_FILES = NO
105 #---------------------------------------------------------------------------
106 # configuration options related to source browsing
107 #---------------------------------------------------------------------------
110 STRIP_CODE_COMMENTS = YES
111 REFERENCED_BY_RELATION = YES
112 REFERENCES_RELATION = YES
113 REFERENCES_LINK_SOURCE = YES
115 VERBATIM_HEADERS = YES
116 #---------------------------------------------------------------------------
117 # configuration options related to the alphabetical class index
118 #---------------------------------------------------------------------------
119 ALPHABETICAL_INDEX = YES
120 COLS_IN_ALPHA_INDEX = 5
124 #---------------------------------------------------------------------------
125 # configuration options related to the HTML output
126 #---------------------------------------------------------------------------
128 HTML_OUTPUT = html/nelns
129 HTML_FILE_EXTENSION = .html
133 HTML_ALIGN_MEMBERS = YES
134 GENERATE_HTMLHELP = NO
141 ENUM_VALUES_PER_LINE = 4
142 GENERATE_TREEVIEW = YES
144 #---------------------------------------------------------------------------
145 # configuration options related to the LaTeX output
146 #---------------------------------------------------------------------------
149 LATEX_CMD_NAME = latex
150 MAKEINDEX_CMD_NAME = makeindex
158 LATEX_HIDE_INDICES = NO
159 #---------------------------------------------------------------------------
160 # configuration options related to the RTF output
161 #---------------------------------------------------------------------------
166 RTF_STYLESHEET_FILE =
167 RTF_EXTENSIONS_FILE =
168 #---------------------------------------------------------------------------
169 # configuration options related to the man page output
170 #---------------------------------------------------------------------------
175 #---------------------------------------------------------------------------
176 # configuration options related to the XML output
177 #---------------------------------------------------------------------------
182 XML_PROGRAMLISTING = YES
183 #---------------------------------------------------------------------------
184 # configuration options for the AutoGen Definitions output
185 #---------------------------------------------------------------------------
186 GENERATE_AUTOGEN_DEF = NO
187 #---------------------------------------------------------------------------
188 # configuration options related to the Perl module output
189 #---------------------------------------------------------------------------
190 GENERATE_PERLMOD = NO
193 PERLMOD_MAKEVAR_PREFIX =
194 #---------------------------------------------------------------------------
195 # Configuration options related to the preprocessor
196 #---------------------------------------------------------------------------
197 ENABLE_PREPROCESSING = YES
199 EXPAND_ONLY_PREDEF = NO
200 SEARCH_INCLUDES = YES
202 INCLUDE_FILE_PATTERNS =
205 SKIP_FUNCTION_MACROS = YES
206 #---------------------------------------------------------------------------
207 # Configuration::additions related to external references
208 #---------------------------------------------------------------------------
209 TAGFILES = nel.tag=../nel
210 GENERATE_TAGFILE = nelns.tag
213 PERL_PATH = /usr/bin/perl
214 #---------------------------------------------------------------------------
215 # Configuration options related to the dot tool
216 #---------------------------------------------------------------------------
219 HIDE_UNDOC_RELATIONS = NO
222 COLLABORATION_GRAPH = NO
225 TEMPLATE_RELATIONS = YES
228 INCLUDED_BY_GRAPH = YES
233 GRAPHICAL_HIERARCHY = NO
234 DIRECTORY_GRAPH = YES
236 DOT_IMAGE_FORMAT = png
239 DOT_GRAPH_MAX_NODES = 10
241 DOT_MULTI_TARGETS = NO
243 GENERATE_LEGEND = YES
245 #---------------------------------------------------------------------------
246 # Configuration::additions related to the search engine
247 #---------------------------------------------------------------------------