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 #---------------------------------------------------------------------------
86 INPUT = ../include/nel \
89 INPUT_ENCODING = UTF-8
96 EXCLUDE_PATTERNS = *.lex.* \
101 EXAMPLE_RECURSIVE = NO
105 FILTER_SOURCE_FILES = NO
106 #---------------------------------------------------------------------------
107 # configuration options related to source browsing
108 #---------------------------------------------------------------------------
111 STRIP_CODE_COMMENTS = YES
112 REFERENCED_BY_RELATION = YES
113 REFERENCES_RELATION = YES
114 REFERENCES_LINK_SOURCE = YES
116 VERBATIM_HEADERS = YES
117 #---------------------------------------------------------------------------
118 # configuration options related to the alphabetical class index
119 #---------------------------------------------------------------------------
120 ALPHABETICAL_INDEX = YES
121 COLS_IN_ALPHA_INDEX = 5
125 #---------------------------------------------------------------------------
126 # configuration options related to the HTML output
127 #---------------------------------------------------------------------------
129 HTML_OUTPUT = html/nel
130 HTML_FILE_EXTENSION = .html
134 HTML_ALIGN_MEMBERS = YES
135 GENERATE_HTMLHELP = NO
142 ENUM_VALUES_PER_LINE = 4
143 GENERATE_TREEVIEW = YES
145 #---------------------------------------------------------------------------
146 # configuration options related to the LaTeX output
147 #---------------------------------------------------------------------------
150 LATEX_CMD_NAME = latex
151 MAKEINDEX_CMD_NAME = makeindex
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 #---------------------------------------------------------------------------
211 GENERATE_TAGFILE = nel.tag
214 PERL_PATH = /usr/bin/perl
215 #---------------------------------------------------------------------------
216 # Configuration options related to the dot tool
217 #---------------------------------------------------------------------------
220 HIDE_UNDOC_RELATIONS = NO
223 COLLABORATION_GRAPH = NO
226 TEMPLATE_RELATIONS = YES
229 INCLUDED_BY_GRAPH = YES
234 GRAPHICAL_HIERARCHY = NO
235 DIRECTORY_GRAPH = YES
237 DOT_IMAGE_FORMAT = png
240 DOT_GRAPH_MAX_NODES = 10
242 DOT_MULTI_TARGETS = NO
244 GENERATE_LEGEND = YES
246 #---------------------------------------------------------------------------
247 # Configuration::additions related to the search engine
248 #---------------------------------------------------------------------------