3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = libnetpp
9 OUTPUT_DIRECTORY = doc/
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
31 JAVADOC_AUTOBRIEF = NO
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = NO
40 OPTIMIZE_OUTPUT_JAVA = NO
41 OPTIMIZE_FOR_FORTRAN = NO
42 OPTIMIZE_OUTPUT_VHDL = NO
43 BUILTIN_STL_SUPPORT = YES
46 DISTRIBUTE_GROUP_DOC = NO
48 TYPEDEF_HIDES_STRUCT = NO
49 #---------------------------------------------------------------------------
50 # Build related configuration options
51 #---------------------------------------------------------------------------
55 EXTRACT_LOCAL_CLASSES = YES
56 EXTRACT_LOCAL_METHODS = NO
57 EXTRACT_ANON_NSPACES = NO
58 HIDE_UNDOC_MEMBERS = NO
59 HIDE_UNDOC_CLASSES = NO
60 HIDE_FRIEND_COMPOUNDS = NO
61 HIDE_IN_BODY_DOCS = NO
63 CASE_SENSE_NAMES = YES
65 SHOW_INCLUDE_FILES = YES
67 SORT_MEMBER_DOCS = YES
70 SORT_BY_SCOPE_NAME = YES
71 GENERATE_TODOLIST = YES
72 GENERATE_TESTLIST = YES
73 GENERATE_BUGLIST = YES
74 GENERATE_DEPRECATEDLIST= YES
76 MAX_INITIALIZER_LINES = 30
80 #---------------------------------------------------------------------------
81 # configuration options related to warning and progress messages
82 #---------------------------------------------------------------------------
85 WARN_IF_UNDOCUMENTED = YES
86 WARN_IF_DOC_ERROR = YES
88 WARN_FORMAT = "$file:$line: $text"
90 #---------------------------------------------------------------------------
91 # configuration options related to the input files
92 #---------------------------------------------------------------------------
94 INPUT_ENCODING = UTF-8
146 EXCLUDE_SYMLINKS = NO
151 EXAMPLE_RECURSIVE = NO
155 FILTER_SOURCE_FILES = NO
156 #---------------------------------------------------------------------------
157 # configuration options related to source browsing
158 #---------------------------------------------------------------------------
161 STRIP_CODE_COMMENTS = YES
162 REFERENCED_BY_RELATION = YES
163 REFERENCES_RELATION = YES
164 REFERENCES_LINK_SOURCE = YES
166 VERBATIM_HEADERS = YES
167 #---------------------------------------------------------------------------
168 # configuration options related to the alphabetical class index
169 #---------------------------------------------------------------------------
170 ALPHABETICAL_INDEX = NO
171 COLS_IN_ALPHA_INDEX = 5
173 #---------------------------------------------------------------------------
174 # configuration options related to the HTML output
175 #---------------------------------------------------------------------------
178 HTML_FILE_EXTENSION = .html
182 HTML_ALIGN_MEMBERS = YES
183 GENERATE_HTMLHELP = NO
185 DOCSET_FEEDNAME = "Doxygen generated docs"
186 DOCSET_BUNDLE_ID = org.doxygen.Project
187 HTML_DYNAMIC_SECTIONS = NO
194 ENUM_VALUES_PER_LINE = 4
195 GENERATE_TREEVIEW = NO
197 #---------------------------------------------------------------------------
198 # configuration options related to the LaTeX output
199 #---------------------------------------------------------------------------
202 LATEX_CMD_NAME = latex
203 MAKEINDEX_CMD_NAME = makeindex
211 LATEX_HIDE_INDICES = NO
212 #---------------------------------------------------------------------------
213 # configuration options related to the RTF output
214 #---------------------------------------------------------------------------
219 RTF_STYLESHEET_FILE =
220 RTF_EXTENSIONS_FILE =
221 #---------------------------------------------------------------------------
222 # configuration options related to the man page output
223 #---------------------------------------------------------------------------
228 #---------------------------------------------------------------------------
229 # configuration options related to the XML output
230 #---------------------------------------------------------------------------
235 XML_PROGRAMLISTING = YES
236 #---------------------------------------------------------------------------
237 # configuration options for the AutoGen Definitions output
238 #---------------------------------------------------------------------------
239 GENERATE_AUTOGEN_DEF = NO
240 #---------------------------------------------------------------------------
241 # configuration options related to the Perl module output
242 #---------------------------------------------------------------------------
243 GENERATE_PERLMOD = NO
246 PERLMOD_MAKEVAR_PREFIX =
247 #---------------------------------------------------------------------------
248 # Configuration options related to the preprocessor
249 #---------------------------------------------------------------------------
250 ENABLE_PREPROCESSING = YES
252 EXPAND_ONLY_PREDEF = NO
253 SEARCH_INCLUDES = YES
255 INCLUDE_FILE_PATTERNS =
258 SKIP_FUNCTION_MACROS = YES
259 #---------------------------------------------------------------------------
260 # Configuration::additions related to external references
261 #---------------------------------------------------------------------------
265 EXTERNAL_GROUPS = YES
266 PERL_PATH = /usr/bin/perl
267 #---------------------------------------------------------------------------
268 # Configuration options related to the dot tool
269 #---------------------------------------------------------------------------
272 HIDE_UNDOC_RELATIONS = YES
275 COLLABORATION_GRAPH = YES
278 TEMPLATE_RELATIONS = YES
280 INCLUDED_BY_GRAPH = YES
283 GRAPHICAL_HIERARCHY = YES
284 DIRECTORY_GRAPH = YES
285 DOT_IMAGE_FORMAT = png
288 DOT_GRAPH_MAX_NODES = 50
289 MAX_DOT_GRAPH_DEPTH = 1000
290 DOT_TRANSPARENT = YES
291 DOT_MULTI_TARGETS = NO
292 GENERATE_LEGEND = YES
294 #---------------------------------------------------------------------------
295 # Configuration::additions related to the search engine
296 #---------------------------------------------------------------------------