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 = YES
26 INLINE_INHERITED_MEMB = NO
31 JAVADOC_AUTOBRIEF = YES
33 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 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 = YES
63 CASE_SENSE_NAMES = YES
65 SHOW_INCLUDE_FILES = YES
67 SORT_MEMBER_DOCS = YES
70 SORT_BY_SCOPE_NAME = NO
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 #---------------------------------------------------------------------------
93 INPUT = ../lib/libalpm/
94 INPUT_ENCODING = UTF-8
103 EXAMPLE_RECURSIVE = NO
107 FILTER_SOURCE_FILES = NO
108 #---------------------------------------------------------------------------
109 # configuration options related to source browsing
110 #---------------------------------------------------------------------------
113 STRIP_CODE_COMMENTS = NO
114 REFERENCED_BY_RELATION = YES
115 REFERENCES_RELATION = YES
116 REFERENCES_LINK_SOURCE = YES
118 VERBATIM_HEADERS = YES
119 #---------------------------------------------------------------------------
120 # configuration options related to the alphabetical class index
121 #---------------------------------------------------------------------------
122 ALPHABETICAL_INDEX = NO
123 COLS_IN_ALPHA_INDEX = 5
125 #---------------------------------------------------------------------------
126 # configuration options related to the HTML output
127 #---------------------------------------------------------------------------
130 HTML_FILE_EXTENSION = .html
134 HTML_ALIGN_MEMBERS = YES
135 GENERATE_HTMLHELP = NO
137 DOCSET_FEEDNAME = "Doxygen generated docs"
138 DOCSET_BUNDLE_ID = org.doxygen.Project
139 HTML_DYNAMIC_SECTIONS = NO
146 ENUM_VALUES_PER_LINE = 4
147 GENERATE_TREEVIEW = NO
149 #---------------------------------------------------------------------------
150 # configuration options related to the LaTeX output
151 #---------------------------------------------------------------------------
154 LATEX_CMD_NAME = latex
155 MAKEINDEX_CMD_NAME = makeindex
163 LATEX_HIDE_INDICES = NO
164 #---------------------------------------------------------------------------
165 # configuration options related to the RTF output
166 #---------------------------------------------------------------------------
171 RTF_STYLESHEET_FILE =
172 RTF_EXTENSIONS_FILE =
173 #---------------------------------------------------------------------------
174 # configuration options related to the man page output
175 #---------------------------------------------------------------------------
180 #---------------------------------------------------------------------------
181 # configuration options related to the XML output
182 #---------------------------------------------------------------------------
187 XML_PROGRAMLISTING = YES
188 #---------------------------------------------------------------------------
189 # configuration options for the AutoGen Definitions output
190 #---------------------------------------------------------------------------
191 GENERATE_AUTOGEN_DEF = NO
192 #---------------------------------------------------------------------------
193 # configuration options related to the Perl module output
194 #---------------------------------------------------------------------------
195 GENERATE_PERLMOD = NO
198 PERLMOD_MAKEVAR_PREFIX =
199 #---------------------------------------------------------------------------
200 # Configuration options related to the preprocessor
201 #---------------------------------------------------------------------------
202 ENABLE_PREPROCESSING = YES
203 MACRO_EXPANSION = YES
204 EXPAND_ONLY_PREDEF = YES
205 SEARCH_INCLUDES = YES
207 INCLUDE_FILE_PATTERNS = *.h
208 PREDEFINED = HAVE_CONFIG_H= \
212 SKIP_FUNCTION_MACROS = YES
213 #---------------------------------------------------------------------------
214 # Configuration::additions related to external references
215 #---------------------------------------------------------------------------
219 EXTERNAL_GROUPS = YES
220 PERL_PATH = /usr/bin/perl
221 #---------------------------------------------------------------------------
222 # Configuration options related to the dot tool
223 #---------------------------------------------------------------------------
226 HIDE_UNDOC_RELATIONS = YES
229 COLLABORATION_GRAPH = YES
232 TEMPLATE_RELATIONS = NO
234 INCLUDED_BY_GRAPH = YES
237 GRAPHICAL_HIERARCHY = YES
238 DIRECTORY_GRAPH = YES
239 DOT_IMAGE_FORMAT = png
242 DOT_GRAPH_MAX_NODES = 50
243 MAX_DOT_GRAPH_DEPTH = 3
245 DOT_MULTI_TARGETS = NO
246 GENERATE_LEGEND = YES
248 #---------------------------------------------------------------------------
249 # Configuration::additions related to the search engine
250 #---------------------------------------------------------------------------