1 | # Doxyfile 1.8.9
|
---|
2 |
|
---|
3 | #---------------------------------------------------------------------------
|
---|
4 | # Project related configuration options
|
---|
5 | #---------------------------------------------------------------------------
|
---|
6 | DOXYFILE_ENCODING = UTF-8
|
---|
7 | PROJECT_NAME = VBox
|
---|
8 | PROJECT_NUMBER =
|
---|
9 | PROJECT_BRIEF =
|
---|
10 | PROJECT_LOGO =
|
---|
11 | # OUTPUT_DIRECTORY = later
|
---|
12 | CREATE_SUBDIRS = NO
|
---|
13 | ALLOW_UNICODE_NAMES = NO
|
---|
14 | OUTPUT_LANGUAGE = English
|
---|
15 | BRIEF_MEMBER_DESC = YES
|
---|
16 | REPEAT_BRIEF = YES
|
---|
17 | ABBREVIATE_BRIEF =
|
---|
18 | ALWAYS_DETAILED_SEC = NO
|
---|
19 | INLINE_INHERITED_MEMB = NO
|
---|
20 | FULL_PATH_NAMES = NO
|
---|
21 | STRIP_FROM_PATH =
|
---|
22 | STRIP_FROM_INC_PATH =
|
---|
23 | SHORT_NAMES = NO
|
---|
24 | JAVADOC_AUTOBRIEF = YES
|
---|
25 | QT_AUTOBRIEF = NO
|
---|
26 | MULTILINE_CPP_IS_BRIEF = NO
|
---|
27 | INHERIT_DOCS = YES
|
---|
28 | SEPARATE_MEMBER_PAGES = NO
|
---|
29 | TAB_SIZE = 4
|
---|
30 | ALIASES = \
|
---|
31 | "note=@remark" \
|
---|
32 | "thread=@par Thread Context:\n" \
|
---|
33 | "vmstate=@par VM State In:\n" \
|
---|
34 | "vmstateto=@par VM State Out:\n"
|
---|
35 |
|
---|
36 | # Input / output paragraphs.
|
---|
37 | ALIASES += \
|
---|
38 | "output=@par Output:\n" \
|
---|
39 | "input=@par Input:\n"
|
---|
40 |
|
---|
41 | # Interface method implementation macros.
|
---|
42 | ALIASES += \
|
---|
43 | interface_method_impl{2}="Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
|
---|
44 | ALIASES += \
|
---|
45 | interface_method_impl{3}="\3. \
|
---|
46 | \
|
---|
47 | Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
|
---|
48 |
|
---|
49 | # Callback method implementation macros.
|
---|
50 | ALIASES += \
|
---|
51 | callback_method_impl{1}="Implements the callback \link \1 \1 \endlink @copydoc \1 "
|
---|
52 | ALIASES += \
|
---|
53 | callback_method_impl{2}="\2. \
|
---|
54 | \
|
---|
55 | Implements the callback \link \1 \1 \endlink "
|
---|
56 |
|
---|
57 | # The following is for Global Configuration options.
|
---|
58 | ALIASES += \
|
---|
59 | gcfgm{6}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
|
---|
60 | <b>Name:</b> \1 <br> \
|
---|
61 | <b>Type:</b> \2 <br> \
|
---|
62 | <b>Unit:</b> \6 <br> \
|
---|
63 | <b>Min:</b> \3 <br> \
|
---|
64 | <b>Max:</b> \4 <br> \
|
---|
65 | <b>Default:</b> \5 <br> \
|
---|
66 | "
|
---|
67 | ALIASES += \
|
---|
68 | gcfgm{5}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
|
---|
69 | <b>Name:</b> \1 <br> \
|
---|
70 | <b>Type:</b> \2 <br> \
|
---|
71 | <b>Min:</b> \3 <br> \
|
---|
72 | <b>Max:</b> \4 <br> \
|
---|
73 | <b>Default:</b> \5 <br> \
|
---|
74 | "
|
---|
75 | ALIASES += \
|
---|
76 | gcfgm{4}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
|
---|
77 | <b>Name:</b> \1 <br> \
|
---|
78 | <b>Type:</b> \2 <br> \
|
---|
79 | <b>Min:</b> \3 <br> \
|
---|
80 | <b>Max:</b> \4 <br> \
|
---|
81 | "
|
---|
82 | ALIASES += \
|
---|
83 | gcfgm{3}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
|
---|
84 | <b>Name:</b> \1 <br> \
|
---|
85 | <b>Type:</b> \2 <br> \
|
---|
86 | <b>Default:</b> \3 <br> \
|
---|
87 | "
|
---|
88 | ALIASES += \
|
---|
89 | gcfgm{2}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
|
---|
90 | <b>Name:</b> \1 <br> \
|
---|
91 | <b>Type:</b> \2 <br> \
|
---|
92 | "
|
---|
93 |
|
---|
94 | # The following is for per-VM Configuration options.
|
---|
95 | ALIASES += \
|
---|
96 | cfgm{6}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
|
---|
97 | <b>Name:</b> \1 <br> \
|
---|
98 | <b>Type:</b> \2 <br> \
|
---|
99 | <b>Unit:</b> \6 <br> \
|
---|
100 | <b>Min:</b> \3 <br> \
|
---|
101 | <b>Max:</b> \4 <br> \
|
---|
102 | <b>Default:</b> \5 <br> \
|
---|
103 | "
|
---|
104 | ALIASES += \
|
---|
105 | cfgm{5}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
|
---|
106 | <b>Name:</b> \1 <br> \
|
---|
107 | <b>Type:</b> \2 <br> \
|
---|
108 | <b>Min:</b> \3 <br> \
|
---|
109 | <b>Max:</b> \4 <br> \
|
---|
110 | <b>Default:</b> \5 <br> \
|
---|
111 | "
|
---|
112 | ALIASES += \
|
---|
113 | cfgm{4}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
|
---|
114 | <b>Name:</b> \1 <br> \
|
---|
115 | <b>Type:</b> \2 <br> \
|
---|
116 | <b>Min:</b> \3 <br> \
|
---|
117 | <b>Max:</b> \4 <br> \
|
---|
118 | "
|
---|
119 | ALIASES += \
|
---|
120 | cfgm{3}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
|
---|
121 | <b>Name:</b> \1 <br> \
|
---|
122 | <b>Type:</b> \2 <br> \
|
---|
123 | <b>Default:</b> \3 <br> \
|
---|
124 | "
|
---|
125 | ALIASES += \
|
---|
126 | cfgm{2}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
|
---|
127 | <b>Name:</b> \1 <br> \
|
---|
128 | <b>Type:</b> \2 <br> \
|
---|
129 | "
|
---|
130 |
|
---|
131 | # The following is for device configuration options.
|
---|
132 | ALIASES += \
|
---|
133 | devcfgm{6}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
|
---|
134 | <b>Name:</b> [Device Instance]/\1 <br> \
|
---|
135 | <b>Type:</b> \2 <br> \
|
---|
136 | <b>Unit:</b> \6 <br> \
|
---|
137 | <b>Min:</b> \3 <br> \
|
---|
138 | <b>Max:</b> \4 <br> \
|
---|
139 | <b>Default:</b> \5 <br> \
|
---|
140 | "
|
---|
141 | ALIASES += \
|
---|
142 | devcfgm{5}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
|
---|
143 | <b>Name:</b> [Device Instance]/\1 <br> \
|
---|
144 | <b>Type:</b> \2 <br> \
|
---|
145 | <b>Min:</b> \3 <br> \
|
---|
146 | <b>Max:</b> \4 <br> \
|
---|
147 | <b>Default:</b> \5 <br> \
|
---|
148 | "
|
---|
149 | ALIASES += \
|
---|
150 | devcfgm{4}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
|
---|
151 | <b>Name:</b> [Device Instance]/\1 <br> \
|
---|
152 | <b>Type:</b> \2 <br> \
|
---|
153 | <b>Min:</b> \3 <br> \
|
---|
154 | <b>Max:</b> \4 <br> \
|
---|
155 | "
|
---|
156 | ALIASES += \
|
---|
157 | devcfgm{3}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
|
---|
158 | <b>Name:</b> [Device Instance]/\1 <br> \
|
---|
159 | <b>Type:</b> \2 <br> \
|
---|
160 | <b>Default:</b> \3 <br> \
|
---|
161 | "
|
---|
162 | ALIASES += \
|
---|
163 | devcfgm{2}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
|
---|
164 | <b>Name:</b> [Device Instance]/\1 <br> \
|
---|
165 | <b>Type:</b> \2 <br> \
|
---|
166 | "
|
---|
167 |
|
---|
168 | # The following is for driver configuration options.
|
---|
169 | ALIASES += \
|
---|
170 | drvcfgm{6}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
|
---|
171 | <b>Name:</b> [Driver Instance]/\1 <br> \
|
---|
172 | <b>Type:</b> \2 <br> \
|
---|
173 | <b>Unit:</b> \6 <br> \
|
---|
174 | <b>Min:</b> \3 <br> \
|
---|
175 | <b>Max:</b> \4 <br> \
|
---|
176 | <b>Default:</b> \5 <br> \
|
---|
177 | "
|
---|
178 | ALIASES += \
|
---|
179 | drvcfgm{5}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
|
---|
180 | <b>Name:</b> [Driver Instance]/\1 <br> \
|
---|
181 | <b>Type:</b> \2 <br> \
|
---|
182 | <b>Min:</b> \3 <br> \
|
---|
183 | <b>Max:</b> \4 <br> \
|
---|
184 | <b>Default:</b> \5 <br> \
|
---|
185 | "
|
---|
186 | ALIASES += \
|
---|
187 | drvcfgm{4}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
|
---|
188 | <b>Name:</b> [Driver Instance]/\1 <br> \
|
---|
189 | <b>Type:</b> \2 <br> \
|
---|
190 | <b>Min:</b> \3 <br> \
|
---|
191 | <b>Max:</b> \4 <br> \
|
---|
192 | "
|
---|
193 | ALIASES += \
|
---|
194 | drvcfgm{3}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
|
---|
195 | <b>Name:</b> [Driver Instance]/\1 <br> \
|
---|
196 | <b>Type:</b> \2 <br> \
|
---|
197 | <b>Default:</b> \3 <br> \
|
---|
198 | "
|
---|
199 | ALIASES += \
|
---|
200 | drvcfgm{2}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
|
---|
201 | <b>Name:</b> [Driver Instance]/\1 <br> \
|
---|
202 | <b>Type:</b> \2 <br> \
|
---|
203 | "
|
---|
204 |
|
---|
205 | # The following is for USB device configuration options.
|
---|
206 | ALIASES += \
|
---|
207 | usbcfgm{6}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
|
---|
208 | <b>Name:</b> [USB Device Instance]/\1 <br> \
|
---|
209 | <b>Type:</b> \2 <br> \
|
---|
210 | <b>Unit:</b> \6 <br> \
|
---|
211 | <b>Min:</b> \3 <br> \
|
---|
212 | <b>Max:</b> \4 <br> \
|
---|
213 | <b>Default:</b> \5 <br> \
|
---|
214 | "
|
---|
215 | ALIASES += \
|
---|
216 | usbcfgm{5}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
|
---|
217 | <b>Name:</b> [USB Device Instance]/\1 <br> \
|
---|
218 | <b>Type:</b> \2 <br> \
|
---|
219 | <b>Min:</b> \3 <br> \
|
---|
220 | <b>Max:</b> \4 <br> \
|
---|
221 | <b>Default:</b> \5 <br> \
|
---|
222 | "
|
---|
223 | ALIASES += \
|
---|
224 | usbcfgm{4}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
|
---|
225 | <b>Name:</b> [USB Device Instance]/\1 <br> \
|
---|
226 | <b>Type:</b> \2 <br> \
|
---|
227 | <b>Min:</b> \3 <br> \
|
---|
228 | <b>Max:</b> \4 <br> \
|
---|
229 | "
|
---|
230 | ALIASES += \
|
---|
231 | usbcfgm{3}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
|
---|
232 | <b>Name:</b> [USB Device Instance]/\1 <br> \
|
---|
233 | <b>Type:</b> \2 <br> \
|
---|
234 | <b>Default:</b> \3 <br> \
|
---|
235 | "
|
---|
236 | ALIASES += \
|
---|
237 | usbcfgm{2}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
|
---|
238 | <b>Name:</b> [USB Device Instance]/\1 <br> \
|
---|
239 | <b>Type:</b> \2 <br> \
|
---|
240 | "
|
---|
241 |
|
---|
242 | # bugref - xTracker bug reference, takes one to four bug numbers.
|
---|
243 | ALIASES += bugref{1}="https://xtracker.innotek.de/index.php?bug=\1"
|
---|
244 | ALIASES += bugref{2}="https://xtracker.innotek.de/index.php?bug=\1, \
|
---|
245 | https://xtracker.innotek.de/index.php?bug=\2"
|
---|
246 | ALIASES += bugref{3}="https://xtracker.innotek.de/index.php?bug=\1, \
|
---|
247 | https://xtracker.innotek.de/index.php?bug=\2, \
|
---|
248 | https://xtracker.innotek.de/index.php?bug=\3"
|
---|
249 | ALIASES += bugref{4}="https://xtracker.innotek.de/index.php?bug=\1, \
|
---|
250 | https://xtracker.innotek.de/index.php?bug=\2, \
|
---|
251 | https://xtracker.innotek.de/index.php?bug=\3, \
|
---|
252 | https://xtracker.innotek.de/index.php?bug=\4"
|
---|
253 |
|
---|
254 | # ticketref - Track ticket reference, takes one to four ticket numbers.
|
---|
255 | ALIASES += ticketref{1}="http://www.virtualbox.org/ticket/\1"
|
---|
256 | ALIASES += ticketref{2}="http://www.virtualbox.org/ticket/\1, \
|
---|
257 | http://www.virtualbox.org/ticket/\2"
|
---|
258 | ALIASES += ticketref{3}="http://www.virtualbox.org/ticket/\1, \
|
---|
259 | http://www.virtualbox.org/ticket/\2, \
|
---|
260 | http://www.virtualbox.org/ticket/\3"
|
---|
261 | ALIASES += ticketref{4}="http://www.virtualbox.org/ticket/\1, \
|
---|
262 | http://www.virtualbox.org/ticket/\2, \
|
---|
263 | http://www.virtualbox.org/ticket/\3, \
|
---|
264 | http://www.virtualbox.org/ticket/\4"
|
---|
265 |
|
---|
266 |
|
---|
267 | TCL_SUBST =
|
---|
268 | OPTIMIZE_OUTPUT_FOR_C = YES
|
---|
269 | OPTIMIZE_OUTPUT_JAVA = NO
|
---|
270 | OPTIMIZE_FOR_FORTRAN = NO
|
---|
271 | OPTIMIZE_OUTPUT_VHDL = NO
|
---|
272 | EXTENSION_MAPPING =
|
---|
273 | MARKDOWN_SUPPORT = YES
|
---|
274 | AUTOLINK_SUPPORT = YES
|
---|
275 | BUILTIN_STL_SUPPORT = NO
|
---|
276 | CPP_CLI_SUPPORT = NO
|
---|
277 | SIP_SUPPORT = NO
|
---|
278 | IDL_PROPERTY_SUPPORT = YES
|
---|
279 | DISTRIBUTE_GROUP_DOC = NO
|
---|
280 | SUBGROUPING = YES
|
---|
281 | INLINE_GROUPED_CLASSES = NO
|
---|
282 | INLINE_SIMPLE_STRUCTS = NO
|
---|
283 | TYPEDEF_HIDES_STRUCT = NO
|
---|
284 | LOOKUP_CACHE_SIZE = 0
|
---|
285 | #---------------------------------------------------------------------------
|
---|
286 | # Build related configuration options
|
---|
287 | #---------------------------------------------------------------------------
|
---|
288 | EXTRACT_ALL = YES
|
---|
289 | EXTRACT_PRIVATE = YES
|
---|
290 | EXTRACT_PACKAGE = NO
|
---|
291 | EXTRACT_STATIC = YES
|
---|
292 | EXTRACT_LOCAL_CLASSES = YES
|
---|
293 | EXTRACT_LOCAL_METHODS = NO
|
---|
294 | EXTRACT_ANON_NSPACES = NO
|
---|
295 | HIDE_UNDOC_MEMBERS = NO
|
---|
296 | HIDE_UNDOC_CLASSES = NO
|
---|
297 | HIDE_FRIEND_COMPOUNDS = NO
|
---|
298 | HIDE_IN_BODY_DOCS = NO
|
---|
299 | INTERNAL_DOCS = YES
|
---|
300 | CASE_SENSE_NAMES = NO
|
---|
301 | HIDE_SCOPE_NAMES = NO
|
---|
302 | HIDE_COMPOUND_REFERENCE= NO
|
---|
303 | SHOW_INCLUDE_FILES = YES
|
---|
304 | SHOW_GROUPED_MEMB_INC = NO
|
---|
305 | FORCE_LOCAL_INCLUDES = NO
|
---|
306 | INLINE_INFO = YES
|
---|
307 | SORT_MEMBER_DOCS = YES
|
---|
308 | SORT_BRIEF_DOCS = NO
|
---|
309 | SORT_MEMBERS_CTORS_1ST = NO
|
---|
310 | SORT_GROUP_NAMES = NO
|
---|
311 | SORT_BY_SCOPE_NAME = NO
|
---|
312 | STRICT_PROTO_MATCHING = NO
|
---|
313 | GENERATE_TODOLIST = YES
|
---|
314 | GENERATE_TESTLIST = YES
|
---|
315 | GENERATE_BUGLIST = YES
|
---|
316 | GENERATE_DEPRECATEDLIST= YES
|
---|
317 | ENABLED_SECTIONS =
|
---|
318 | MAX_INITIALIZER_LINES = 30
|
---|
319 | SHOW_USED_FILES = YES
|
---|
320 | SHOW_FILES = YES
|
---|
321 | SHOW_NAMESPACES = YES
|
---|
322 | FILE_VERSION_FILTER =
|
---|
323 | LAYOUT_FILE =
|
---|
324 | CITE_BIB_FILES =
|
---|
325 | #---------------------------------------------------------------------------
|
---|
326 | # Configuration options related to warning and progress messages
|
---|
327 | #---------------------------------------------------------------------------
|
---|
328 | QUIET = YES
|
---|
329 | WARNINGS = YES
|
---|
330 | ##Later: WARN_IF_UNDOCUMENTED = YES
|
---|
331 | WARN_IF_UNDOCUMENTED = NO
|
---|
332 | WARN_IF_DOC_ERROR = YES
|
---|
333 | WARN_NO_PARAMDOC = NO
|
---|
334 | WARN_FORMAT = "$file:$line: $text"
|
---|
335 | #WARN_LOGFILE = later
|
---|
336 | #---------------------------------------------------------------------------
|
---|
337 | # Configuration options related to the input files
|
---|
338 | #---------------------------------------------------------------------------
|
---|
339 | # INPUT = later
|
---|
340 | INPUT_ENCODING = UTF-8
|
---|
341 | FILE_PATTERNS =
|
---|
342 | RECURSIVE = NO
|
---|
343 | EXCLUDE =
|
---|
344 | EXCLUDE_SYMLINKS = NO
|
---|
345 | EXCLUDE_PATTERNS =
|
---|
346 | EXCLUDE_SYMBOLS =
|
---|
347 | EXAMPLE_PATH =
|
---|
348 | EXAMPLE_PATTERNS =
|
---|
349 | EXAMPLE_RECURSIVE = NO
|
---|
350 | IMAGE_PATH = \
|
---|
351 | doc \
|
---|
352 | doc/tg/Networking-diagrams \
|
---|
353 | doc/tg/USB-diagrams \
|
---|
354 | doc/tg/diagrams \
|
---|
355 | doc/VMM
|
---|
356 | INPUT_FILTER =
|
---|
357 | FILTER_PATTERNS =
|
---|
358 | FILTER_SOURCE_FILES = NO
|
---|
359 | FILTER_SOURCE_PATTERNS =
|
---|
360 | USE_MDFILE_AS_MAINPAGE =
|
---|
361 | #---------------------------------------------------------------------------
|
---|
362 | # Configuration options related to source browsing
|
---|
363 | #---------------------------------------------------------------------------
|
---|
364 | SOURCE_BROWSER = NO
|
---|
365 | INLINE_SOURCES = NO
|
---|
366 | STRIP_CODE_COMMENTS = YES
|
---|
367 | REFERENCED_BY_RELATION = YES
|
---|
368 | REFERENCES_RELATION = YES
|
---|
369 | REFERENCES_LINK_SOURCE = YES
|
---|
370 | SOURCE_TOOLTIPS = YES
|
---|
371 | USE_HTAGS = NO
|
---|
372 | VERBATIM_HEADERS = YES
|
---|
373 | CLANG_ASSISTED_PARSING = NO
|
---|
374 | CLANG_OPTIONS =
|
---|
375 | #---------------------------------------------------------------------------
|
---|
376 | # Configuration options related to the alphabetical class index
|
---|
377 | #---------------------------------------------------------------------------
|
---|
378 | ALPHABETICAL_INDEX = NO
|
---|
379 | COLS_IN_ALPHA_INDEX = 5
|
---|
380 | IGNORE_PREFIX =
|
---|
381 | #---------------------------------------------------------------------------
|
---|
382 | # Configuration options related to the HTML output
|
---|
383 | #---------------------------------------------------------------------------
|
---|
384 | GENERATE_HTML = YES
|
---|
385 | HTML_OUTPUT = html
|
---|
386 | HTML_FILE_EXTENSION = .html
|
---|
387 | HTML_HEADER =
|
---|
388 | HTML_FOOTER =
|
---|
389 | HTML_STYLESHEET =
|
---|
390 | HTML_EXTRA_STYLESHEET =
|
---|
391 | HTML_EXTRA_FILES =
|
---|
392 | HTML_COLORSTYLE_HUE = 220
|
---|
393 | HTML_COLORSTYLE_SAT = 100
|
---|
394 | HTML_COLORSTYLE_GAMMA = 80
|
---|
395 | HTML_TIMESTAMP = YES
|
---|
396 | HTML_DYNAMIC_SECTIONS = NO
|
---|
397 | HTML_INDEX_NUM_ENTRIES = 100
|
---|
398 | GENERATE_DOCSET = NO
|
---|
399 | DOCSET_FEEDNAME = "Doxygen generated docs"
|
---|
400 | DOCSET_BUNDLE_ID = org.doxygen.Project
|
---|
401 | DOCSET_PUBLISHER_ID = org.doxygen.Publisher
|
---|
402 | DOCSET_PUBLISHER_NAME = Publisher
|
---|
403 | GENERATE_HTMLHELP = NO
|
---|
404 | CHM_FILE =
|
---|
405 | HHC_LOCATION =
|
---|
406 | GENERATE_CHI = NO
|
---|
407 | CHM_INDEX_ENCODING =
|
---|
408 | BINARY_TOC = NO
|
---|
409 | TOC_EXPAND = NO
|
---|
410 | GENERATE_QHP = NO
|
---|
411 | QCH_FILE =
|
---|
412 | QHP_NAMESPACE = org.doxygen.Project
|
---|
413 | QHP_VIRTUAL_FOLDER = doc
|
---|
414 | QHP_CUST_FILTER_NAME =
|
---|
415 | QHP_CUST_FILTER_ATTRS =
|
---|
416 | QHP_SECT_FILTER_ATTRS =
|
---|
417 | QHG_LOCATION =
|
---|
418 | GENERATE_ECLIPSEHELP = NO
|
---|
419 | ECLIPSE_DOC_ID = org.doxygen.Project
|
---|
420 | DISABLE_INDEX = NO
|
---|
421 | GENERATE_TREEVIEW = NO
|
---|
422 | ENUM_VALUES_PER_LINE = 4
|
---|
423 | TREEVIEW_WIDTH = 250
|
---|
424 | EXT_LINKS_IN_WINDOW = NO
|
---|
425 | FORMULA_FONTSIZE = 10
|
---|
426 | FORMULA_TRANSPARENT = YES
|
---|
427 | USE_MATHJAX = NO
|
---|
428 | MATHJAX_FORMAT = HTML-CSS
|
---|
429 | MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
|
---|
430 | MATHJAX_EXTENSIONS =
|
---|
431 | MATHJAX_CODEFILE =
|
---|
432 | SEARCHENGINE = NO
|
---|
433 | SERVER_BASED_SEARCH = NO
|
---|
434 | EXTERNAL_SEARCH = NO
|
---|
435 | SEARCHENGINE_URL =
|
---|
436 | SEARCHDATA_FILE = searchdata.xml
|
---|
437 | EXTERNAL_SEARCH_ID =
|
---|
438 | EXTRA_SEARCH_MAPPINGS =
|
---|
439 | #---------------------------------------------------------------------------
|
---|
440 | # Configuration options related to the LaTeX output
|
---|
441 | #---------------------------------------------------------------------------
|
---|
442 | GENERATE_LATEX = NO
|
---|
443 | LATEX_OUTPUT = latex
|
---|
444 | LATEX_CMD_NAME = latex
|
---|
445 | MAKEINDEX_CMD_NAME = makeindex
|
---|
446 | COMPACT_LATEX = NO
|
---|
447 | PAPER_TYPE = a4wide
|
---|
448 | EXTRA_PACKAGES =
|
---|
449 | LATEX_HEADER =
|
---|
450 | LATEX_FOOTER =
|
---|
451 | LATEX_EXTRA_STYLESHEET =
|
---|
452 | LATEX_EXTRA_FILES =
|
---|
453 | PDF_HYPERLINKS = NO
|
---|
454 | USE_PDFLATEX = NO
|
---|
455 | LATEX_BATCHMODE = NO
|
---|
456 | LATEX_HIDE_INDICES = NO
|
---|
457 | LATEX_SOURCE_CODE = NO
|
---|
458 | LATEX_BIB_STYLE = plain
|
---|
459 | #---------------------------------------------------------------------------
|
---|
460 | # Configuration options related to the RTF output
|
---|
461 | #---------------------------------------------------------------------------
|
---|
462 | GENERATE_RTF = NO
|
---|
463 | RTF_OUTPUT = rtf
|
---|
464 | COMPACT_RTF = NO
|
---|
465 | RTF_HYPERLINKS = NO
|
---|
466 | RTF_STYLESHEET_FILE =
|
---|
467 | RTF_EXTENSIONS_FILE =
|
---|
468 | RTF_SOURCE_CODE = NO
|
---|
469 | #---------------------------------------------------------------------------
|
---|
470 | # Configuration options related to the man page output
|
---|
471 | #---------------------------------------------------------------------------
|
---|
472 | GENERATE_MAN = NO
|
---|
473 | MAN_OUTPUT = man
|
---|
474 | MAN_EXTENSION = .3
|
---|
475 | MAN_SUBDIR =
|
---|
476 | MAN_LINKS = NO
|
---|
477 | #---------------------------------------------------------------------------
|
---|
478 | # Configuration options related to the XML output
|
---|
479 | #---------------------------------------------------------------------------
|
---|
480 | GENERATE_XML = NO
|
---|
481 | XML_OUTPUT = xml
|
---|
482 | XML_PROGRAMLISTING = YES
|
---|
483 | #---------------------------------------------------------------------------
|
---|
484 | # Configuration options related to the DOCBOOK output
|
---|
485 | #---------------------------------------------------------------------------
|
---|
486 | GENERATE_DOCBOOK = NO
|
---|
487 | DOCBOOK_OUTPUT = docbook
|
---|
488 | DOCBOOK_PROGRAMLISTING = NO
|
---|
489 | #---------------------------------------------------------------------------
|
---|
490 | # Configuration options for the AutoGen Definitions output
|
---|
491 | #---------------------------------------------------------------------------
|
---|
492 | GENERATE_AUTOGEN_DEF = NO
|
---|
493 | #---------------------------------------------------------------------------
|
---|
494 | # Configuration options related to the Perl module output
|
---|
495 | #---------------------------------------------------------------------------
|
---|
496 | GENERATE_PERLMOD = NO
|
---|
497 | PERLMOD_LATEX = NO
|
---|
498 | PERLMOD_PRETTY = YES
|
---|
499 | PERLMOD_MAKEVAR_PREFIX =
|
---|
500 | #---------------------------------------------------------------------------
|
---|
501 | # Configuration options related to the preprocessor
|
---|
502 | #---------------------------------------------------------------------------
|
---|
503 | ENABLE_PREPROCESSING = YES
|
---|
504 | MACRO_EXPANSION = YES
|
---|
505 | EXPAND_ONLY_PREDEF = YES
|
---|
506 | SEARCH_INCLUDES = YES
|
---|
507 | # INCLUDE_PATH = later
|
---|
508 | # INCLUDE_FILE_PATTERNS = later
|
---|
509 |
|
---|
510 | PREDEFINED = \
|
---|
511 | DOXYGEN_RUNNING \
|
---|
512 | RT_C_DECLS_END \
|
---|
513 | RT_C_DECLS_BEGIN \
|
---|
514 | VBOX=1 \
|
---|
515 | RT_STRICT=1 \
|
---|
516 | VBOX_STRICT=1 \
|
---|
517 | __cplusplus=1 \
|
---|
518 | ARCH_BITS=HC_ARCH_BITS \
|
---|
519 | R3_ARCH_BITS=HC_ARCH_BITS \
|
---|
520 | R0_ARCH_BITS=HC_ARCH_BITS \
|
---|
521 | RTDECL(type)=type \
|
---|
522 | RT_EXPORT_SYMBOL(name)= \
|
---|
523 | \
|
---|
524 | RT_SRC_POS=1 \
|
---|
525 | RT_SRC_POS_ARGS=SRC_POS \
|
---|
526 | "RT_SRC_POS_DECL=int SRC_POS" \
|
---|
527 | "RTLOG_COMMA_SRC_POS_DECL=, int SRC_POS" \
|
---|
528 | \
|
---|
529 | RT_IPRT_FORMAT_ATTR(a,b)= \
|
---|
530 | RT_IPRT_FORMAT_ATTR_MAYBE_NULL(a,b)= \
|
---|
531 | RT_NO_THROW_PROTO= \
|
---|
532 | RTASN1CONTEXTTAG_IMPL_CURSOR_INLINES(a)=
|
---|
533 |
|
---|
534 | # decl and calling conventions.
|
---|
535 | PREDEFINED += \
|
---|
536 | "DECLINLINE(type)=inline type" \
|
---|
537 | APICBOTHCBDECL(type)=type \
|
---|
538 | DECL_FORCE_INLINE(type)=DECLINLINE(type) \
|
---|
539 | DECL_NO_INLINE(type)=type \
|
---|
540 | DECLCALLBACK(type)=type \
|
---|
541 | DECLEXPORT(type)=type \
|
---|
542 | DECLIMPORT(type)=type \
|
---|
543 | DECLHIDDEN(type)=type \
|
---|
544 | DECL_HIDDEN_CONST(type)=type \
|
---|
545 | DECLASM(type)=type \
|
---|
546 | DECLNORETURN(type)=type \
|
---|
547 | VBOXCALL= \
|
---|
548 | RTCALL= \
|
---|
549 | DECLVBGL(type)=type \
|
---|
550 | DECLR0VBGL(type)=type \
|
---|
551 | USBLIB_DECL(type)=type \
|
---|
552 | VMMDECL(type)=type \
|
---|
553 | VMMR0DECL(type)=type \
|
---|
554 | VMMR3DECL(type)=type \
|
---|
555 | VMMRCDECL(type)=type \
|
---|
556 | VMMRZDECL(type)=type \
|
---|
557 | VMMR0_INT_DECL(type)=type \
|
---|
558 | VMMR3_INT_DECL(type)=type \
|
---|
559 | VMMRC_INT_DECL(type)=type \
|
---|
560 | VMMRZ_INT_DECL(type)=type \
|
---|
561 | GMMR0DECL(type)=type \
|
---|
562 | GMMR3DECL(type)=type
|
---|
563 |
|
---|
564 | # BS3Kit
|
---|
565 | PREDEFINED += \
|
---|
566 | BS3_FAR= \
|
---|
567 | BS3_NEAR= \
|
---|
568 | BS3_FAR_DATA= \
|
---|
569 | BS3_DECL(a_Type)=a_Type \
|
---|
570 | BS3_DECL_NEAR(a_Type)=a_Type \
|
---|
571 | BS3_DECL_FAR(a_Type)=a_Type \
|
---|
572 | BS3_DECL_CALLBACK(a_Type)=a_Type \
|
---|
573 | BS3_DECL_NEAR_CALLBACK(a_Type)=a_Type \
|
---|
574 | BS3_CMN_NM(a_Name)=a_Name \
|
---|
575 | BS3_CMN_FAR_NM(a_Name)=a_Name \
|
---|
576 | BS3_CMN_FN_NM(a_Name)=a_Name \
|
---|
577 | BS3_DATA_NM(a_Name)=a_Name \
|
---|
578 | TMPL_NM(a_Name)=a_Name##_mmm \
|
---|
579 | TMPL_FAR_NM(a_Name)=a_Name##_mmm \
|
---|
580 | "BS3_CMN_PROTO_STUB(a_RetType,a_Name,a_Params)=a_RetType a_Name a_Params" \
|
---|
581 | "BS3_CMN_PROTO_NOSB(a_RetType,a_Name,a_Params)=a_RetType a_Name a_Params" \
|
---|
582 | "BS3_CMN_PROTO_FARSTUB(a_cbParam16, a_RetType, a_Name, a_Params)=a_RetType a_Name a_Params" \
|
---|
583 | "BS3_CMN_DEF(a_RetType,a_Name,a_Params)=a_RetType a_Name a_Params" \
|
---|
584 | "BS3_MODE_PROTO_STUB(a_RetType,a_Name,a_Params)=a_RetType a_Name##_mmm a_Params" \
|
---|
585 | "BS3_MODE_PROTO_NOSB(a_RetType,a_Name,a_Params)=a_RetType a_Name##_mmm a_Params" \
|
---|
586 | "BS3_MODE_DEF(a_RetType,a_Name,a_Params)=a_RetType a_Name##_mmm a_Params" \
|
---|
587 | "BS3_PTR_UNION_TEMPLATE(a_BaseName,a_Modifiers)=typedef union a_BaseName { a_Modifiers void *pv } a_BaseName, * P##a_BaseName; }" \
|
---|
588 | "BS3_XPTR_MEMBER(a_Type,a_Name)=a_Type * a_Name" \
|
---|
589 |
|
---|
590 |
|
---|
591 | # templated fun.
|
---|
592 | PREDEFINED += \
|
---|
593 | "PGM_BTH_DECL(type,name)=type pgmBth##name" \
|
---|
594 | "PGM_SHW_DECL(type,name)=type pgmShw##name" \
|
---|
595 | "PGM_GST_DECL(type,name)=type pgmGst##name" \
|
---|
596 | "PGM_BTH_NAME(name)=pgmBth##name" \
|
---|
597 | "PGM_SHW_NAME(name)=pgmShw##name" \
|
---|
598 | "PGM_GST_NAME(name)=pgmGst##name" \
|
---|
599 | PGM_ALL_CB_DECL(type)=type \
|
---|
600 | PGM_ALL_CB2_DECL(type)=type \
|
---|
601 | PGMPHYS_DATATYPE=uintXX_t \
|
---|
602 | "PGMPHYSFN_READNAME(a,b,c)=PGMR3PhysReadUxx(a,b,c)" \
|
---|
603 | "PGMPHYSFN_WRITENAME(a,b,c,d)=PGMR3PhysWriteUxx(a,b,c,d)" \
|
---|
604 |
|
---|
605 | # context hacks.
|
---|
606 | PREDEFINED += RCPTRTYPE(RCType)=RCType
|
---|
607 | PREDEFINED += R3PTRTYPE(R3Type)=R3Type
|
---|
608 | PREDEFINED += R0PTRTYPE(R0Type)=R0Type
|
---|
609 | PREDEFINED += HCPTRTYPE(HCType)=HCType
|
---|
610 | PREDEFINED += R3R0PTRTYPE(R3R0Type)=R3R0Type
|
---|
611 | PREDEFINED += \
|
---|
612 | "CTX_SUFF(var)=var##R3" \
|
---|
613 | "CTX_SUFF_Z(var)=var##RZ" \
|
---|
614 | "CTX_MID(first,last)=firstr##R3##last" \
|
---|
615 | "CTX_MID_Z(first,last)=firstr##RZ##last" \
|
---|
616 |
|
---|
617 | # Compile assertion hacks.
|
---|
618 | PREDEFINED += \
|
---|
619 | AssertCompileNS(expr) \
|
---|
620 | AssertCompile(expr) \
|
---|
621 | AssertCompileSize(type, size) \
|
---|
622 | AssertCompileSizeAlignment(type, align) \
|
---|
623 | AssertCompileMemberAlignment(type, member, align) \
|
---|
624 | AssertCompileMemberOffset(type, member, off) \
|
---|
625 | AssertCompile2MemberOffsets(type, member1, member2) \
|
---|
626 | AssertCompileAdjacentMembers(type, member1, member2) \
|
---|
627 | AssertCompileMembersAtSameOffset(type1, member1, type2, member2) \
|
---|
628 | AssertCompileMemberSize(type, member, size) \
|
---|
629 | AssertCompileMemberSizeAlignment(type, member, align) \
|
---|
630 | AssertCompileMembersSameSize(type1, member1, type2, member2) \
|
---|
631 | AssertCompileMembersSameSizeAndOffset(type1, member1, type2, member2)
|
---|
632 |
|
---|
633 | # COM/XPCOM hacks.
|
---|
634 | PREDEFINED += \
|
---|
635 | STDMETHODIMP=HRESULT \
|
---|
636 | "COMGETTER(n)=get_##n" \
|
---|
637 | "COMSETTER(n)=set_##n" \
|
---|
638 | "ComSafeArrayIn(aType,aArg)=aType *aArg" \
|
---|
639 | "ComSafeArrayOut(aType, aArg)=aType **aArg" \
|
---|
640 | DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(a)=
|
---|
641 |
|
---|
642 | # COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
|
---|
643 | PREDEFINED += \
|
---|
644 | "DECLARE_INTERFACE(name)=class name" \
|
---|
645 | "STDMETHOD_(result,name)=virtual result name" \
|
---|
646 | "PURE= = 0" \
|
---|
647 | THIS_= \
|
---|
648 | THIS= \
|
---|
649 | DECLARE_REGISTRY_RESOURCEID=// \
|
---|
650 | DECLARE_PROTECT_FINAL_CONSTRUCT=// \
|
---|
651 | "DECLARE_AGGREGATABLE(Class)= " \
|
---|
652 | "DECLARE_REGISTRY_RESOURCEID(Id)= " \
|
---|
653 | DECLARE_MESSAGE_MAP= \
|
---|
654 | BEGIN_MESSAGE_MAP=/* \
|
---|
655 | END_MESSAGE_MAP=*/// \
|
---|
656 | BEGIN_COM_MAP=/* \
|
---|
657 | END_COM_MAP=*/// \
|
---|
658 | BEGIN_PROP_MAP=/* \
|
---|
659 | END_PROP_MAP=*/// \
|
---|
660 | BEGIN_MSG_MAP=/* \
|
---|
661 | END_MSG_MAP=*/// \
|
---|
662 | BEGIN_PROPERTY_MAP=/* \
|
---|
663 | END_PROPERTY_MAP=*/// \
|
---|
664 | BEGIN_OBJECT_MAP=/* \
|
---|
665 | END_OBJECT_MAP()=*/// \
|
---|
666 | DECLARE_VIEW_STATUS=// \
|
---|
667 | "STDMETHOD(a)=HRESULT a" \
|
---|
668 | "ATL_NO_VTABLE= " \
|
---|
669 | "__declspec(a)= " \
|
---|
670 | BEGIN_CONNECTION_POINT_MAP=/* \
|
---|
671 | END_CONNECTION_POINT_MAP=*/// \
|
---|
672 | "DECLARE_DYNAMIC(class)= " \
|
---|
673 | "IMPLEMENT_DYNAMIC(class1, class2)= " \
|
---|
674 | "DECLARE_DYNCREATE(class)= " \
|
---|
675 | "IMPLEMENT_DYNCREATE(class1, class2)= " \
|
---|
676 | "IMPLEMENT_SERIAL(class1, class2, class3)= " \
|
---|
677 | "DECLARE_MESSAGE_MAP()= " \
|
---|
678 | TRY=try \
|
---|
679 | "CATCH_ALL(e)= catch(...)" \
|
---|
680 | END_CATCH_ALL= \
|
---|
681 | "THROW_LAST()= throw"\
|
---|
682 | "RUNTIME_CLASS(class)=class" \
|
---|
683 | "MAKEINTRESOURCE(nId)=nId" \
|
---|
684 | "IMPLEMENT_REGISTER(v, w, x, y, z)= " \
|
---|
685 | "ASSERT(x)=assert(x)" \
|
---|
686 | "ASSERT_VALID(x)=assert(x)" \
|
---|
687 | "TRACE0(x)=printf(x)" \
|
---|
688 | "OS_ERR(A,B)={ #A, B }" \
|
---|
689 | __cplusplus \
|
---|
690 | "DECLARE_OLECREATE(class)= " \
|
---|
691 | "BEGIN_DISPATCH_MAP(class1, class2)= " \
|
---|
692 | "BEGIN_INTERFACE_MAP(class1, class2)= " \
|
---|
693 | "INTERFACE_PART(class, id, name)= " \
|
---|
694 | "END_INTERFACE_MAP()=" \
|
---|
695 | "DISP_FUNCTION(class, name, function, result, id)=" \
|
---|
696 | "END_DISPATCH_MAP()=" \
|
---|
697 | "IMPLEMENT_OLECREATE2(class, name, id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11)=" \
|
---|
698 | RT_GCC_EXTENSION= \
|
---|
699 | "CPUM_STRUCT_NM(n)=" \
|
---|
700 | "CPUM_UNION_NM(n)=" \
|
---|
701 | "DECL_NO_RETURN(type)=type"
|
---|
702 |
|
---|
703 | EXPAND_AS_DEFINED = \
|
---|
704 | RCPTRTYPE \
|
---|
705 | R3PTRTYPE \
|
---|
706 | R0PTRTYPE \
|
---|
707 | HCPTRTYPE \
|
---|
708 | R3R0PTRTYPE \
|
---|
709 | \
|
---|
710 | ARCH_BITS \
|
---|
711 | R3_ARCH_BITS \
|
---|
712 | R0_ARCH_BITS \
|
---|
713 | GC_ARCH_BITS \
|
---|
714 | HC_ARCH_BITS \
|
---|
715 | \
|
---|
716 | DECLEXPORT \
|
---|
717 | DECLIMPORT \
|
---|
718 | DECLASM \
|
---|
719 | DECLASMTYPE \
|
---|
720 | DECLCALLBACK \
|
---|
721 | DECLCALLBACKMEMBER \
|
---|
722 | DECLCALLBACKPTR \
|
---|
723 | DECLHCCALLBACKMEMBER \
|
---|
724 | DECLRCCALLBACKMEMBER \
|
---|
725 | DECLR3CALLBACKMEMBER \
|
---|
726 | DECLR0CALLBACKMEMBER \
|
---|
727 | DECLINLINE \
|
---|
728 | DECL_FORCE_INLINE \
|
---|
729 | DECLHIDDEN \
|
---|
730 | CTXSUFF \
|
---|
731 | OTHERCTXSUFF \
|
---|
732 | CTXMID \
|
---|
733 | OTHERCTXMID \
|
---|
734 | \
|
---|
735 | INPTR \
|
---|
736 | COMSETTER \
|
---|
737 | COMGETTER \
|
---|
738 | STDMETHOD \
|
---|
739 | STDMETHOD_ \
|
---|
740 | STDMETHODIMP \
|
---|
741 | \
|
---|
742 | DBGDECL \
|
---|
743 | DISDECL \
|
---|
744 | GMMR0DECL \
|
---|
745 | GVMMR0DECL \
|
---|
746 | INTNETDECL \
|
---|
747 | INTNETRCDECL \
|
---|
748 | INTNETR0DECL \
|
---|
749 | INTNETR3DECL \
|
---|
750 | PDMBOTHCBDECL \
|
---|
751 | APICBOTHCBDECL \
|
---|
752 | PGM_BTH_DECL \
|
---|
753 | PGM_GST_DECL \
|
---|
754 | PGM_SHW_DECL \
|
---|
755 | REMDECL \
|
---|
756 | REMRCDECL \
|
---|
757 | REMR0DECL \
|
---|
758 | REMR3DECL \
|
---|
759 | RTDECL \
|
---|
760 | RTRCDECL \
|
---|
761 | RTR0DECL \
|
---|
762 | RTR3DECL \
|
---|
763 | RTDATADECL \
|
---|
764 | SUPDECL \
|
---|
765 | SUPR0DECL \
|
---|
766 | SUPR3DECL \
|
---|
767 | VBGLR3DECL \
|
---|
768 | VBOXDDU_DECL \
|
---|
769 | VMMDECL \
|
---|
770 | VMMRCDECL \
|
---|
771 | VMMR0DECL \
|
---|
772 | VMMR3DECL \
|
---|
773 | VMM_INT_DECL
|
---|
774 |
|
---|
775 | SKIP_FUNCTION_MACROS = NO
|
---|
776 | #---------------------------------------------------------------------------
|
---|
777 | # Configuration options related to external references
|
---|
778 | #---------------------------------------------------------------------------
|
---|
779 | TAGFILES =
|
---|
780 | GENERATE_TAGFILE =
|
---|
781 | ALLEXTERNALS = NO
|
---|
782 | EXTERNAL_GROUPS = YES
|
---|
783 | EXTERNAL_PAGES = YES
|
---|
784 | PERL_PATH = /usr/bin/perl
|
---|
785 | #---------------------------------------------------------------------------
|
---|
786 | # Configuration options related to the dot tool
|
---|
787 | #---------------------------------------------------------------------------
|
---|
788 | CLASS_DIAGRAMS = YES
|
---|
789 | MSCGEN_PATH =
|
---|
790 | DIA_PATH =
|
---|
791 | HIDE_UNDOC_RELATIONS = YES
|
---|
792 | HAVE_DOT = NO
|
---|
793 | DOT_NUM_THREADS = 0
|
---|
794 | DOT_FONTNAME = Helvetica
|
---|
795 | DOT_FONTSIZE = 10
|
---|
796 | DOT_FONTPATH =
|
---|
797 | CLASS_GRAPH = YES
|
---|
798 | COLLABORATION_GRAPH = YES
|
---|
799 | GROUP_GRAPHS = YES
|
---|
800 | UML_LOOK = YES
|
---|
801 | UML_LIMIT_NUM_FIELDS = 10
|
---|
802 | TEMPLATE_RELATIONS = YES
|
---|
803 | INCLUDE_GRAPH = YES
|
---|
804 | INCLUDED_BY_GRAPH = YES
|
---|
805 | CALL_GRAPH = YES
|
---|
806 | CALLER_GRAPH = YES
|
---|
807 | GRAPHICAL_HIERARCHY = YES
|
---|
808 | DIRECTORY_GRAPH = YES
|
---|
809 | DOT_IMAGE_FORMAT = png
|
---|
810 | INTERACTIVE_SVG = NO
|
---|
811 | DOT_PATH =
|
---|
812 | DOTFILE_DIRS =
|
---|
813 | MSCFILE_DIRS =
|
---|
814 | DIAFILE_DIRS =
|
---|
815 | PLANTUML_JAR_PATH =
|
---|
816 | PLANTUML_INCLUDE_PATH =
|
---|
817 | DOT_GRAPH_MAX_NODES = 50
|
---|
818 | MAX_DOT_GRAPH_DEPTH = 0
|
---|
819 | DOT_TRANSPARENT = YES
|
---|
820 | DOT_MULTI_TARGETS = NO
|
---|
821 | GENERATE_LEGEND = YES
|
---|
822 | DOT_CLEANUP = YES
|
---|