3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
9 OUTPUT_DIRECTORY = /home/doxygen/www
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 = /home/doxygen/gnunet
29 STRIP_FROM_INC_PATH = /home/doxygen/gnunet/src/include \
32 JAVADOC_AUTOBRIEF = YES
34 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = YES
40 OPTIMIZE_OUTPUT_JAVA = NO
41 OPTIMIZE_FOR_FORTRAN = NO
42 OPTIMIZE_OUTPUT_VHDL = NO
43 BUILTIN_STL_SUPPORT = NO
46 IDL_PROPERTY_SUPPORT = YES
47 DISTRIBUTE_GROUP_DOC = NO
49 TYPEDEF_HIDES_STRUCT = NO
50 #---------------------------------------------------------------------------
51 # Build related configuration options
52 #---------------------------------------------------------------------------
56 EXTRACT_LOCAL_CLASSES = YES
57 EXTRACT_LOCAL_METHODS = YES
58 EXTRACT_ANON_NSPACES = YES
59 HIDE_UNDOC_MEMBERS = NO
60 HIDE_UNDOC_CLASSES = NO
61 HIDE_FRIEND_COMPOUNDS = NO
62 HIDE_IN_BODY_DOCS = NO
66 SHOW_INCLUDE_FILES = YES
71 SORT_BY_SCOPE_NAME = NO
72 GENERATE_TODOLIST = YES
73 GENERATE_TESTLIST = YES
74 GENERATE_BUGLIST = YES
75 GENERATE_DEPRECATEDLIST= YES
77 MAX_INITIALIZER_LINES = 30
82 #---------------------------------------------------------------------------
83 # configuration options related to warning and progress messages
84 #---------------------------------------------------------------------------
87 WARN_IF_UNDOCUMENTED = YES
88 WARN_IF_DOC_ERROR = YES
89 WARN_NO_PARAMDOC = YES
90 WARN_FORMAT = "$file:$line: $text"
92 #---------------------------------------------------------------------------
93 # configuration options related to the input files
94 #---------------------------------------------------------------------------
95 INPUT = /home/doxygen/gnunet
96 INPUT_ENCODING = UTF-8
148 EXCLUDE_SYMLINKS = NO
149 EXCLUDE_PATTERNS = */test_* */.svn/* */perf_*
153 EXAMPLE_RECURSIVE = NO
157 FILTER_SOURCE_FILES = NO
158 #---------------------------------------------------------------------------
159 # configuration options related to source browsing
160 #---------------------------------------------------------------------------
163 STRIP_CODE_COMMENTS = YES
164 REFERENCED_BY_RELATION = YES
165 REFERENCES_RELATION = YES
166 REFERENCES_LINK_SOURCE = YES
168 VERBATIM_HEADERS = YES
169 #---------------------------------------------------------------------------
170 # configuration options related to the alphabetical class index
171 #---------------------------------------------------------------------------
172 ALPHABETICAL_INDEX = YES
173 COLS_IN_ALPHA_INDEX = 3
174 IGNORE_PREFIX = GNUNET_
175 #---------------------------------------------------------------------------
176 # configuration options related to the HTML output
177 #---------------------------------------------------------------------------
180 HTML_FILE_EXTENSION = .html
184 GENERATE_HTMLHELP = NO
186 DOCSET_FEEDNAME = "GNUnet Source Documentation"
187 DOCSET_BUNDLE_ID = org.gnunet
188 HTML_DYNAMIC_SECTIONS = NO
196 ENUM_VALUES_PER_LINE = 4
197 GENERATE_TREEVIEW = NONE
199 FORMULA_FONTSIZE = 10
200 #---------------------------------------------------------------------------
201 # configuration options related to the LaTeX output
202 #---------------------------------------------------------------------------
205 LATEX_CMD_NAME = latex
206 MAKEINDEX_CMD_NAME = makeindex
214 LATEX_HIDE_INDICES = NO
215 #---------------------------------------------------------------------------
216 # configuration options related to the RTF output
217 #---------------------------------------------------------------------------
222 RTF_STYLESHEET_FILE =
223 RTF_EXTENSIONS_FILE =
224 #---------------------------------------------------------------------------
225 # configuration options related to the man page output
226 #---------------------------------------------------------------------------
231 #---------------------------------------------------------------------------
232 # configuration options related to the XML output
233 #---------------------------------------------------------------------------
238 XML_PROGRAMLISTING = YES
239 #---------------------------------------------------------------------------
240 # configuration options for the AutoGen Definitions output
241 #---------------------------------------------------------------------------
242 GENERATE_AUTOGEN_DEF = NO
243 #---------------------------------------------------------------------------
244 # configuration options related to the Perl module output
245 #---------------------------------------------------------------------------
246 GENERATE_PERLMOD = NO
249 PERLMOD_MAKEVAR_PREFIX =
250 #---------------------------------------------------------------------------
251 # Configuration options related to the preprocessor
252 #---------------------------------------------------------------------------
253 ENABLE_PREPROCESSING = YES
254 MACRO_EXPANSION = YES
255 EXPAND_ONLY_PREDEF = NO
256 SEARCH_INCLUDES = YES
258 INCLUDE_FILE_PATTERNS =
259 PREDEFINED = GNUNET_UNUSED="" GNUNET_PACKED=""
261 SKIP_FUNCTION_MACROS = YES
262 #---------------------------------------------------------------------------
263 # Configuration::additions related to external references
264 #---------------------------------------------------------------------------
268 EXTERNAL_GROUPS = YES
269 PERL_PATH = /usr/bin/perl
270 #---------------------------------------------------------------------------
271 # Configuration options related to the dot tool
272 #---------------------------------------------------------------------------
275 HIDE_UNDOC_RELATIONS = YES
277 DOT_FONTNAME = FreeSans
280 COLLABORATION_GRAPH = YES
283 TEMPLATE_RELATIONS = NO
285 INCLUDED_BY_GRAPH = YES
288 GRAPHICAL_HIERARCHY = YES
289 DIRECTORY_GRAPH = YES
290 DOT_IMAGE_FORMAT = png
293 DOT_GRAPH_MAX_NODES = 500
294 MAX_DOT_GRAPH_DEPTH = 1000
295 DOT_TRANSPARENT = YES
296 DOT_MULTI_TARGETS = YES
297 GENERATE_LEGEND = YES
299 #---------------------------------------------------------------------------
300 # Configuration::additions related to the search engine
301 #---------------------------------------------------------------------------