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{2}="\2. \
|
---|
52 | \
|
---|
53 | Implements the callback \link \1 \1 \endlink "
|
---|
54 | ALIASES += \
|
---|
55 | callback_method_impl{1}="Implements the callback \link \1 \1 \endlink @copydoc \1 "
|
---|
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 | # UDF spec reference - 1=section, 2=page
|
---|
243 | ALIASES += udf260{2}="<a href=\"http://www.osta.org/specs/pdf/udf260.pdf#page=\2\">UDF-2.60:\1</a>"
|
---|
244 | # Generic ECMA spec reference - 1=spec-number 2=section, 3=page
|
---|
245 | ALIASES += ecma{3}="<a href=\"https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-\1.pdf#page=\3\">ECMA-\1:\2</a>"
|
---|
246 | # ECMA-167 spec reference - 1=part 2=section, 3=page
|
---|
247 | ALIASES += ecma167{3}=\ecma{167,Part\1/\2,\3}
|
---|
248 |
|
---|
249 | # For IEM opcode specs.
|
---|
250 | ALIASES += opbrief=""
|
---|
251 | ALIASES += opdesc=""
|
---|
252 | ALIASES += opmnemonic="Mnemonic: "
|
---|
253 | ALIASES += op1="Operand \#1: "
|
---|
254 | ALIASES += op2="Operand \#2: "
|
---|
255 | ALIASES += op3="Operand \#3: "
|
---|
256 | ALIASES += op4="Operand \#4: "
|
---|
257 | ALIASES += oppfx="Req.Prefix: "
|
---|
258 | ALIASES += opmaps="Opcode Maps: "
|
---|
259 | ALIASES += opcode="Opcode Byte: "
|
---|
260 | ALIASES += openc="Encoding: "
|
---|
261 | ALIASES += opfltest="EFLAGS Tested: "
|
---|
262 | ALIASES += opflmodify="EFLAGS Modified: "
|
---|
263 | ALIASES += opflundef="EFLAGS Undefined: "
|
---|
264 | ALIASES += opflset="EFLAGS Set: "
|
---|
265 | ALIASES += opflclear="EFLAGS Cleared: "
|
---|
266 | ALIASES += ophints="Hints, Flags, ++: "
|
---|
267 | ALIASES += opmincpu="Minimum CPU: "
|
---|
268 | ALIASES += opcpuid="CPUID: "
|
---|
269 | ALIASES += opgroup="@ingroup "
|
---|
270 | ALIASES += opunused="Unused Encoding: "
|
---|
271 | ALIASES += opinvalid="Invalid Encoding: "
|
---|
272 | ALIASES += opinvlstyle="Invalid/Unused Encoding Style: "
|
---|
273 | ALIASES += optest="Testcase: "
|
---|
274 | ALIASES += opstats="IEM Stats:"
|
---|
275 | ALIASES += opfunction="IEM Function"
|
---|
276 | ALIASES += opdone="-------------------------"
|
---|
277 |
|
---|
278 |
|
---|
279 | # bugref - xTracker bug reference, takes one to four bug numbers.
|
---|
280 | ALIASES += bugref{1}="https://xtracker.innotek.de/index.php?bug=\1"
|
---|
281 | ALIASES += bugref{2}="https://xtracker.innotek.de/index.php?bug=\1, \
|
---|
282 | https://xtracker.innotek.de/index.php?bug=\2"
|
---|
283 | ALIASES += bugref{3}="https://xtracker.innotek.de/index.php?bug=\1, \
|
---|
284 | https://xtracker.innotek.de/index.php?bug=\2, \
|
---|
285 | https://xtracker.innotek.de/index.php?bug=\3"
|
---|
286 | ALIASES += bugref{4}="https://xtracker.innotek.de/index.php?bug=\1, \
|
---|
287 | https://xtracker.innotek.de/index.php?bug=\2, \
|
---|
288 | https://xtracker.innotek.de/index.php?bug=\3, \
|
---|
289 | https://xtracker.innotek.de/index.php?bug=\4"
|
---|
290 |
|
---|
291 | # ticketref - Track ticket reference, takes one to four ticket numbers.
|
---|
292 | ALIASES += ticketref{1}="http://www.virtualbox.org/ticket/\1"
|
---|
293 | ALIASES += ticketref{2}="http://www.virtualbox.org/ticket/\1, \
|
---|
294 | http://www.virtualbox.org/ticket/\2"
|
---|
295 | ALIASES += ticketref{3}="http://www.virtualbox.org/ticket/\1, \
|
---|
296 | http://www.virtualbox.org/ticket/\2, \
|
---|
297 | http://www.virtualbox.org/ticket/\3"
|
---|
298 | ALIASES += ticketref{4}="http://www.virtualbox.org/ticket/\1, \
|
---|
299 | http://www.virtualbox.org/ticket/\2, \
|
---|
300 | http://www.virtualbox.org/ticket/\3, \
|
---|
301 | http://www.virtualbox.org/ticket/\4"
|
---|
302 |
|
---|
303 |
|
---|
304 | TCL_SUBST =
|
---|
305 | OPTIMIZE_OUTPUT_FOR_C = YES
|
---|
306 | OPTIMIZE_OUTPUT_JAVA = NO
|
---|
307 | OPTIMIZE_FOR_FORTRAN = NO
|
---|
308 | OPTIMIZE_OUTPUT_VHDL = NO
|
---|
309 | EXTENSION_MAPPING =
|
---|
310 | MARKDOWN_SUPPORT = YES
|
---|
311 | AUTOLINK_SUPPORT = YES
|
---|
312 | BUILTIN_STL_SUPPORT = NO
|
---|
313 | CPP_CLI_SUPPORT = NO
|
---|
314 | SIP_SUPPORT = NO
|
---|
315 | IDL_PROPERTY_SUPPORT = YES
|
---|
316 | DISTRIBUTE_GROUP_DOC = NO
|
---|
317 | SUBGROUPING = YES
|
---|
318 | INLINE_GROUPED_CLASSES = NO
|
---|
319 | INLINE_SIMPLE_STRUCTS = NO
|
---|
320 | TYPEDEF_HIDES_STRUCT = NO
|
---|
321 | LOOKUP_CACHE_SIZE = 0
|
---|
322 | #---------------------------------------------------------------------------
|
---|
323 | # Build related configuration options
|
---|
324 | #---------------------------------------------------------------------------
|
---|
325 | EXTRACT_ALL = YES
|
---|
326 | EXTRACT_PRIVATE = YES
|
---|
327 | EXTRACT_PACKAGE = NO
|
---|
328 | EXTRACT_STATIC = YES
|
---|
329 | EXTRACT_LOCAL_CLASSES = YES
|
---|
330 | EXTRACT_LOCAL_METHODS = NO
|
---|
331 | EXTRACT_ANON_NSPACES = NO
|
---|
332 | HIDE_UNDOC_MEMBERS = NO
|
---|
333 | HIDE_UNDOC_CLASSES = NO
|
---|
334 | HIDE_FRIEND_COMPOUNDS = NO
|
---|
335 | HIDE_IN_BODY_DOCS = NO
|
---|
336 | INTERNAL_DOCS = YES
|
---|
337 | CASE_SENSE_NAMES = NO
|
---|
338 | HIDE_SCOPE_NAMES = NO
|
---|
339 | HIDE_COMPOUND_REFERENCE= NO
|
---|
340 | SHOW_INCLUDE_FILES = YES
|
---|
341 | SHOW_GROUPED_MEMB_INC = NO
|
---|
342 | FORCE_LOCAL_INCLUDES = NO
|
---|
343 | INLINE_INFO = YES
|
---|
344 | SORT_MEMBER_DOCS = YES
|
---|
345 | SORT_BRIEF_DOCS = NO
|
---|
346 | SORT_MEMBERS_CTORS_1ST = NO
|
---|
347 | SORT_GROUP_NAMES = NO
|
---|
348 | SORT_BY_SCOPE_NAME = NO
|
---|
349 | STRICT_PROTO_MATCHING = NO
|
---|
350 | GENERATE_TODOLIST = YES
|
---|
351 | GENERATE_TESTLIST = YES
|
---|
352 | GENERATE_BUGLIST = YES
|
---|
353 | GENERATE_DEPRECATEDLIST= YES
|
---|
354 | ENABLED_SECTIONS =
|
---|
355 | MAX_INITIALIZER_LINES = 30
|
---|
356 | SHOW_USED_FILES = YES
|
---|
357 | SHOW_FILES = YES
|
---|
358 | SHOW_NAMESPACES = YES
|
---|
359 | FILE_VERSION_FILTER =
|
---|
360 | LAYOUT_FILE =
|
---|
361 | CITE_BIB_FILES =
|
---|
362 | #---------------------------------------------------------------------------
|
---|
363 | # Configuration options related to warning and progress messages
|
---|
364 | #---------------------------------------------------------------------------
|
---|
365 | QUIET = YES
|
---|
366 | WARNINGS = YES
|
---|
367 | ##Later: WARN_IF_UNDOCUMENTED = YES
|
---|
368 | WARN_IF_UNDOCUMENTED = NO
|
---|
369 | WARN_IF_DOC_ERROR = YES
|
---|
370 | WARN_NO_PARAMDOC = NO
|
---|
371 | WARN_FORMAT = "$file:$line: $text"
|
---|
372 | #WARN_LOGFILE = later
|
---|
373 | #---------------------------------------------------------------------------
|
---|
374 | # Configuration options related to the input files
|
---|
375 | #---------------------------------------------------------------------------
|
---|
376 | # INPUT = later
|
---|
377 | INPUT_ENCODING = UTF-8
|
---|
378 | FILE_PATTERNS =
|
---|
379 | RECURSIVE = NO
|
---|
380 | EXCLUDE =
|
---|
381 | EXCLUDE_SYMLINKS = NO
|
---|
382 | EXCLUDE_PATTERNS =
|
---|
383 | EXCLUDE_SYMBOLS =
|
---|
384 | EXAMPLE_PATH =
|
---|
385 | EXAMPLE_PATTERNS =
|
---|
386 | EXAMPLE_RECURSIVE = NO
|
---|
387 | IMAGE_PATH = \
|
---|
388 | doc \
|
---|
389 | doc/tg/Networking-diagrams \
|
---|
390 | doc/tg/USB-diagrams \
|
---|
391 | doc/tg/diagrams \
|
---|
392 | doc/VMM
|
---|
393 | INPUT_FILTER =
|
---|
394 | FILTER_PATTERNS =
|
---|
395 | FILTER_SOURCE_FILES = NO
|
---|
396 | FILTER_SOURCE_PATTERNS =
|
---|
397 | USE_MDFILE_AS_MAINPAGE =
|
---|
398 | #---------------------------------------------------------------------------
|
---|
399 | # Configuration options related to source browsing
|
---|
400 | #---------------------------------------------------------------------------
|
---|
401 | SOURCE_BROWSER = NO
|
---|
402 | INLINE_SOURCES = NO
|
---|
403 | STRIP_CODE_COMMENTS = YES
|
---|
404 | REFERENCED_BY_RELATION = YES
|
---|
405 | REFERENCES_RELATION = YES
|
---|
406 | REFERENCES_LINK_SOURCE = YES
|
---|
407 | SOURCE_TOOLTIPS = YES
|
---|
408 | USE_HTAGS = NO
|
---|
409 | VERBATIM_HEADERS = YES
|
---|
410 | CLANG_ASSISTED_PARSING = NO
|
---|
411 | CLANG_OPTIONS =
|
---|
412 | #---------------------------------------------------------------------------
|
---|
413 | # Configuration options related to the alphabetical class index
|
---|
414 | #---------------------------------------------------------------------------
|
---|
415 | ALPHABETICAL_INDEX = NO
|
---|
416 | COLS_IN_ALPHA_INDEX = 5
|
---|
417 | IGNORE_PREFIX =
|
---|
418 | #---------------------------------------------------------------------------
|
---|
419 | # Configuration options related to the HTML output
|
---|
420 | #---------------------------------------------------------------------------
|
---|
421 | GENERATE_HTML = YES
|
---|
422 | HTML_OUTPUT = html
|
---|
423 | HTML_FILE_EXTENSION = .html
|
---|
424 | HTML_HEADER =
|
---|
425 | HTML_FOOTER =
|
---|
426 | HTML_STYLESHEET =
|
---|
427 | HTML_EXTRA_STYLESHEET =
|
---|
428 | HTML_EXTRA_FILES =
|
---|
429 | HTML_COLORSTYLE_HUE = 220
|
---|
430 | HTML_COLORSTYLE_SAT = 100
|
---|
431 | HTML_COLORSTYLE_GAMMA = 80
|
---|
432 | HTML_TIMESTAMP = YES
|
---|
433 | HTML_DYNAMIC_SECTIONS = NO
|
---|
434 | HTML_INDEX_NUM_ENTRIES = 100
|
---|
435 | GENERATE_DOCSET = NO
|
---|
436 | DOCSET_FEEDNAME = "Doxygen generated docs"
|
---|
437 | DOCSET_BUNDLE_ID = org.doxygen.Project
|
---|
438 | DOCSET_PUBLISHER_ID = org.doxygen.Publisher
|
---|
439 | DOCSET_PUBLISHER_NAME = Publisher
|
---|
440 | GENERATE_HTMLHELP = NO
|
---|
441 | CHM_FILE =
|
---|
442 | HHC_LOCATION =
|
---|
443 | GENERATE_CHI = NO
|
---|
444 | CHM_INDEX_ENCODING =
|
---|
445 | BINARY_TOC = NO
|
---|
446 | TOC_EXPAND = NO
|
---|
447 | GENERATE_QHP = NO
|
---|
448 | QCH_FILE =
|
---|
449 | QHP_NAMESPACE = org.doxygen.Project
|
---|
450 | QHP_VIRTUAL_FOLDER = doc
|
---|
451 | QHP_CUST_FILTER_NAME =
|
---|
452 | QHP_CUST_FILTER_ATTRS =
|
---|
453 | QHP_SECT_FILTER_ATTRS =
|
---|
454 | QHG_LOCATION =
|
---|
455 | GENERATE_ECLIPSEHELP = NO
|
---|
456 | ECLIPSE_DOC_ID = org.doxygen.Project
|
---|
457 | DISABLE_INDEX = NO
|
---|
458 | GENERATE_TREEVIEW = NO
|
---|
459 | ENUM_VALUES_PER_LINE = 4
|
---|
460 | TREEVIEW_WIDTH = 250
|
---|
461 | EXT_LINKS_IN_WINDOW = NO
|
---|
462 | FORMULA_FONTSIZE = 10
|
---|
463 | FORMULA_TRANSPARENT = YES
|
---|
464 | USE_MATHJAX = NO
|
---|
465 | MATHJAX_FORMAT = HTML-CSS
|
---|
466 | MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
|
---|
467 | MATHJAX_EXTENSIONS =
|
---|
468 | MATHJAX_CODEFILE =
|
---|
469 | SEARCHENGINE = NO
|
---|
470 | SERVER_BASED_SEARCH = NO
|
---|
471 | EXTERNAL_SEARCH = NO
|
---|
472 | SEARCHENGINE_URL =
|
---|
473 | SEARCHDATA_FILE = searchdata.xml
|
---|
474 | EXTERNAL_SEARCH_ID =
|
---|
475 | EXTRA_SEARCH_MAPPINGS =
|
---|
476 | #---------------------------------------------------------------------------
|
---|
477 | # Configuration options related to the LaTeX output
|
---|
478 | #---------------------------------------------------------------------------
|
---|
479 | GENERATE_LATEX = NO
|
---|
480 | LATEX_OUTPUT = latex
|
---|
481 | LATEX_CMD_NAME = latex
|
---|
482 | MAKEINDEX_CMD_NAME = makeindex
|
---|
483 | COMPACT_LATEX = NO
|
---|
484 | PAPER_TYPE = a4wide
|
---|
485 | EXTRA_PACKAGES =
|
---|
486 | LATEX_HEADER =
|
---|
487 | LATEX_FOOTER =
|
---|
488 | LATEX_EXTRA_STYLESHEET =
|
---|
489 | LATEX_EXTRA_FILES =
|
---|
490 | PDF_HYPERLINKS = NO
|
---|
491 | USE_PDFLATEX = NO
|
---|
492 | LATEX_BATCHMODE = NO
|
---|
493 | LATEX_HIDE_INDICES = NO
|
---|
494 | LATEX_SOURCE_CODE = NO
|
---|
495 | LATEX_BIB_STYLE = plain
|
---|
496 | #---------------------------------------------------------------------------
|
---|
497 | # Configuration options related to the RTF output
|
---|
498 | #---------------------------------------------------------------------------
|
---|
499 | GENERATE_RTF = NO
|
---|
500 | RTF_OUTPUT = rtf
|
---|
501 | COMPACT_RTF = NO
|
---|
502 | RTF_HYPERLINKS = NO
|
---|
503 | RTF_STYLESHEET_FILE =
|
---|
504 | RTF_EXTENSIONS_FILE =
|
---|
505 | RTF_SOURCE_CODE = NO
|
---|
506 | #---------------------------------------------------------------------------
|
---|
507 | # Configuration options related to the man page output
|
---|
508 | #---------------------------------------------------------------------------
|
---|
509 | GENERATE_MAN = NO
|
---|
510 | MAN_OUTPUT = man
|
---|
511 | MAN_EXTENSION = .3
|
---|
512 | MAN_SUBDIR =
|
---|
513 | MAN_LINKS = NO
|
---|
514 | #---------------------------------------------------------------------------
|
---|
515 | # Configuration options related to the XML output
|
---|
516 | #---------------------------------------------------------------------------
|
---|
517 | GENERATE_XML = NO
|
---|
518 | XML_OUTPUT = xml
|
---|
519 | XML_PROGRAMLISTING = YES
|
---|
520 | #---------------------------------------------------------------------------
|
---|
521 | # Configuration options related to the DOCBOOK output
|
---|
522 | #---------------------------------------------------------------------------
|
---|
523 | GENERATE_DOCBOOK = NO
|
---|
524 | DOCBOOK_OUTPUT = docbook
|
---|
525 | DOCBOOK_PROGRAMLISTING = NO
|
---|
526 | #---------------------------------------------------------------------------
|
---|
527 | # Configuration options for the AutoGen Definitions output
|
---|
528 | #---------------------------------------------------------------------------
|
---|
529 | GENERATE_AUTOGEN_DEF = NO
|
---|
530 | #---------------------------------------------------------------------------
|
---|
531 | # Configuration options related to the Perl module output
|
---|
532 | #---------------------------------------------------------------------------
|
---|
533 | GENERATE_PERLMOD = NO
|
---|
534 | PERLMOD_LATEX = NO
|
---|
535 | PERLMOD_PRETTY = YES
|
---|
536 | PERLMOD_MAKEVAR_PREFIX =
|
---|
537 | #---------------------------------------------------------------------------
|
---|
538 | # Configuration options related to the preprocessor
|
---|
539 | #---------------------------------------------------------------------------
|
---|
540 | ENABLE_PREPROCESSING = YES
|
---|
541 | MACRO_EXPANSION = YES
|
---|
542 | EXPAND_ONLY_PREDEF = YES
|
---|
543 | SEARCH_INCLUDES = YES
|
---|
544 | # INCLUDE_PATH = later
|
---|
545 | # INCLUDE_FILE_PATTERNS = later
|
---|
546 |
|
---|
547 | PREDEFINED = \
|
---|
548 | DOXYGEN_RUNNING \
|
---|
549 | RT_C_DECLS_END \
|
---|
550 | RT_C_DECLS_BEGIN \
|
---|
551 | VBOX=1 \
|
---|
552 | RT_STRICT=1 \
|
---|
553 | VBOX_STRICT=1 \
|
---|
554 | __cplusplus=1 \
|
---|
555 | ARCH_BITS=HC_ARCH_BITS \
|
---|
556 | R3_ARCH_BITS=HC_ARCH_BITS \
|
---|
557 | R0_ARCH_BITS=HC_ARCH_BITS \
|
---|
558 | RTDECL(type)=type \
|
---|
559 | RT_EXPORT_SYMBOL(name)= \
|
---|
560 | \
|
---|
561 | RT_SRC_POS=1 \
|
---|
562 | RT_SRC_POS_ARGS=SRC_POS \
|
---|
563 | "RT_SRC_POS_DECL=int SRC_POS" \
|
---|
564 | "RTLOG_COMMA_SRC_POS_DECL=, int SRC_POS" \
|
---|
565 | \
|
---|
566 | RT_IPRT_FORMAT_ATTR(a,b)= \
|
---|
567 | RT_IPRT_FORMAT_ATTR_MAYBE_NULL(a,b)= \
|
---|
568 | RT_NO_THROW_PROTO= \
|
---|
569 | RTASN1CONTEXTTAG_IMPL_CURSOR_INLINES(a)=
|
---|
570 |
|
---|
571 | # decl and calling conventions.
|
---|
572 | PREDEFINED += \
|
---|
573 | "DECLINLINE(type)=inline type" \
|
---|
574 | APICBOTHCBDECL(type)=type \
|
---|
575 | DECL_FORCE_INLINE(type)=DECLINLINE(type) \
|
---|
576 | DECL_NO_INLINE(type)=type \
|
---|
577 | DECLCALLBACK(type)=type \
|
---|
578 | DECLEXPORT(type)=type \
|
---|
579 | DECLIMPORT(type)=type \
|
---|
580 | DECLHIDDEN(type)=type \
|
---|
581 | DECL_HIDDEN_CONST(type)=type \
|
---|
582 | DECLASM(type)=type \
|
---|
583 | RT_ASM_DECL_PRAGMA_WATCOM(type)=type \
|
---|
584 | RT_ASM_DECL_PRAGMA_WATCOM_386(type)=type \
|
---|
585 | DECLNORETURN(type)=type \
|
---|
586 | VBOXCALL= \
|
---|
587 | RTCALL= \
|
---|
588 | DECLVBGL(type)=type \
|
---|
589 | DECLR0VBGL(type)=type \
|
---|
590 | USBLIB_DECL(type)=type \
|
---|
591 | VMMDECL(type)=type \
|
---|
592 | VMMR0DECL(type)=type \
|
---|
593 | VMMR3DECL(type)=type \
|
---|
594 | VMMRCDECL(type)=type \
|
---|
595 | VMMRZDECL(type)=type \
|
---|
596 | VMMR0_INT_DECL(type)=type \
|
---|
597 | VMMR3_INT_DECL(type)=type \
|
---|
598 | VMMRC_INT_DECL(type)=type \
|
---|
599 | VMMRZ_INT_DECL(type)=type \
|
---|
600 | GMMR0DECL(type)=type \
|
---|
601 | GMMR3DECL(type)=type \
|
---|
602 | VBOX_DND_FN_DECL_LOG(x)=x \
|
---|
603 | DECLSPEC_HIDDEN= \
|
---|
604 | VMSVGA3DCOCOA_DECL(type)=type \
|
---|
605 | VBOX_LISTENER_DECLARE(a)= \
|
---|
606 | VBOX_WITH_RAW_MODE_NOT_R0
|
---|
607 |
|
---|
608 | # BS3Kit
|
---|
609 | PREDEFINED += \
|
---|
610 | BS3_FAR= \
|
---|
611 | BS3_NEAR= \
|
---|
612 | BS3_FAR_DATA= \
|
---|
613 | BS3_DECL(a_Type)=a_Type \
|
---|
614 | BS3_DECL_NEAR(a_Type)=a_Type \
|
---|
615 | BS3_DECL_FAR(a_Type)=a_Type \
|
---|
616 | BS3_DECL_CALLBACK(a_Type)=a_Type \
|
---|
617 | BS3_DECL_NEAR_CALLBACK(a_Type)=a_Type \
|
---|
618 | BS3_CMN_NM(a_Name)=a_Name \
|
---|
619 | BS3_CMN_FAR_NM(a_Name)=a_Name \
|
---|
620 | BS3_CMN_FN_NM(a_Name)=a_Name \
|
---|
621 | BS3_DATA_NM(a_Name)=a_Name \
|
---|
622 | TMPL_NM(a_Name)=a_Name##_mmm \
|
---|
623 | TMPL_FAR_NM(a_Name)=a_Name##_mmm \
|
---|
624 | "BS3_CMN_PROTO_STUB(a_RetType,a_Name,a_Params)=a_RetType a_Name a_Params" \
|
---|
625 | "BS3_CMN_PROTO_NOSB(a_RetType,a_Name,a_Params)=a_RetType a_Name a_Params" \
|
---|
626 | "BS3_CMN_PROTO_FARSTUB(a_cbParam16, a_RetType, a_Name, a_Params)=a_RetType a_Name a_Params" \
|
---|
627 | "BS3_CMN_DEF(a_RetType,a_Name,a_Params)=a_RetType a_Name a_Params" \
|
---|
628 | "BS3_MODE_PROTO_STUB(a_RetType,a_Name,a_Params)=a_RetType a_Name##_mmm a_Params" \
|
---|
629 | "BS3_MODE_PROTO_NOSB(a_RetType,a_Name,a_Params)=a_RetType a_Name##_mmm a_Params" \
|
---|
630 | "BS3_MODE_DEF(a_RetType,a_Name,a_Params)=a_RetType a_Name##_mmm a_Params" \
|
---|
631 | "BS3_PTR_UNION_TEMPLATE(a_BaseName,a_Modifiers)=typedef union a_BaseName { a_Modifiers void *pv } a_BaseName, * P##a_BaseName; }" \
|
---|
632 | "BS3_XPTR_MEMBER(a_Type,a_Name)=a_Type * a_Name" \
|
---|
633 |
|
---|
634 |
|
---|
635 | # templated fun.
|
---|
636 | PREDEFINED += \
|
---|
637 | "PGM_BTH_DECL(type,name)=type pgmBth##name" \
|
---|
638 | "PGM_SHW_DECL(type,name)=type pgmShw##name" \
|
---|
639 | "PGM_GST_DECL(type,name)=type pgmGst##name" \
|
---|
640 | "PGM_BTH_NAME(name)=pgmBth##name" \
|
---|
641 | "PGM_SHW_NAME(name)=pgmShw##name" \
|
---|
642 | "PGM_GST_NAME(name)=pgmGst##name" \
|
---|
643 | PGM_ALL_CB_DECL(type)=type \
|
---|
644 | PGM_ALL_CB2_DECL(type)=type \
|
---|
645 | PGMPHYS_DATATYPE=uintXX_t \
|
---|
646 | "PGMPHYSFN_READNAME(a,b,c)=PGMR3PhysReadUxx(a,b,c)" \
|
---|
647 | "PGMPHYSFN_WRITENAME(a,b,c,d)=PGMR3PhysWriteUxx(a,b,c,d)" \
|
---|
648 |
|
---|
649 | # context hacks.
|
---|
650 | PREDEFINED += RCPTRTYPE(RCType)=RCType
|
---|
651 | PREDEFINED += R3PTRTYPE(R3Type)=R3Type
|
---|
652 | PREDEFINED += R0PTRTYPE(R0Type)=R0Type
|
---|
653 | PREDEFINED += HCPTRTYPE(HCType)=HCType
|
---|
654 | PREDEFINED += R3R0PTRTYPE(R3R0Type)=R3R0Type
|
---|
655 | PREDEFINED += \
|
---|
656 | "CTX_SUFF(var)=var##R3" \
|
---|
657 | "CTX_SUFF_Z(var)=var##RZ" \
|
---|
658 | "CTX_MID(first,last)=firstr##R3##last" \
|
---|
659 | "CTX_MID_Z(first,last)=firstr##RZ##last" \
|
---|
660 |
|
---|
661 | # Compile assertion hacks.
|
---|
662 | PREDEFINED += \
|
---|
663 | AssertCompileNS(expr) \
|
---|
664 | AssertCompile(expr) \
|
---|
665 | AssertCompileSize(type, size) \
|
---|
666 | AssertCompileSizeAlignment(type, align) \
|
---|
667 | AssertCompileMemberAlignment(type, member, align) \
|
---|
668 | AssertCompileMemberOffset(type, member, off) \
|
---|
669 | AssertCompile2MemberOffsets(type, member1, member2) \
|
---|
670 | AssertCompileAdjacentMembers(type, member1, member2) \
|
---|
671 | AssertCompileMembersAtSameOffset(type1, member1, type2, member2) \
|
---|
672 | AssertCompileMemberSize(type, member, size) \
|
---|
673 | AssertCompileMemberSizeAlignment(type, member, align) \
|
---|
674 | AssertCompileMembersSameSize(type1, member1, type2, member2) \
|
---|
675 | AssertCompileMembersSameSizeAndOffset(type1, member1, type2, member2)
|
---|
676 |
|
---|
677 | # COM/XPCOM hacks.
|
---|
678 | PREDEFINED += \
|
---|
679 | STDMETHODIMP=HRESULT \
|
---|
680 | IFACEMETHODIMP=HRESULT \
|
---|
681 | IFACEMETHODIMP_(t)=t \
|
---|
682 | "COMGETTER(n)=get_##n" \
|
---|
683 | "COMSETTER(n)=set_##n" \
|
---|
684 | "ComSafeArrayIn(aType,aArg)=aType *aArg" \
|
---|
685 | "ComSafeArrayOut(aType, aArg)=aType **aArg" \
|
---|
686 | DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(a)= \
|
---|
687 | DECLARE_NOT_AGGREGATABLE(a)= \
|
---|
688 | DECLARE_CLASSFACTORY()= \
|
---|
689 | DECLARE_CLASSFACTORY_SINGLETON(a)= \
|
---|
690 | VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(a,b)= \
|
---|
691 | "DECLARE_EMPTY_CTOR_DTOR(a):=a(); virtual ~a();"
|
---|
692 |
|
---|
693 | # COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
|
---|
694 | PREDEFINED += \
|
---|
695 | "DECLARE_INTERFACE(name)=class name" \
|
---|
696 | "STDMETHOD_(result,name)=virtual result name" \
|
---|
697 | "PURE= = 0" \
|
---|
698 | THIS_= \
|
---|
699 | THIS= \
|
---|
700 | NTSTATUS=long \
|
---|
701 | LONG=long \
|
---|
702 | NTAPI= \
|
---|
703 | WINAPI= \
|
---|
704 | DECLARE_REGISTRY_RESOURCEID=// \
|
---|
705 | DECLARE_PROTECT_FINAL_CONSTRUCT=// \
|
---|
706 | "DECLARE_AGGREGATABLE(Class)= " \
|
---|
707 | "DECLARE_REGISTRY_RESOURCEID(Id)= " \
|
---|
708 | DECLARE_MESSAGE_MAP= \
|
---|
709 | BEGIN_MESSAGE_MAP=/* \
|
---|
710 | END_MESSAGE_MAP=*/// \
|
---|
711 | BEGIN_COM_MAP=/* \
|
---|
712 | END_COM_MAP=*/// \
|
---|
713 | BEGIN_PROP_MAP=/* \
|
---|
714 | END_PROP_MAP=*/// \
|
---|
715 | BEGIN_MSG_MAP=/* \
|
---|
716 | END_MSG_MAP=*/// \
|
---|
717 | BEGIN_PROPERTY_MAP=/* \
|
---|
718 | END_PROPERTY_MAP=*/// \
|
---|
719 | BEGIN_OBJECT_MAP=/* \
|
---|
720 | END_OBJECT_MAP()=*/// \
|
---|
721 | DECLARE_VIEW_STATUS=// \
|
---|
722 | "STDMETHOD(a)=HRESULT a" \
|
---|
723 | "ATL_NO_VTABLE= " \
|
---|
724 | "__declspec(a)= " \
|
---|
725 | BEGIN_CONNECTION_POINT_MAP=/* \
|
---|
726 | END_CONNECTION_POINT_MAP=*/// \
|
---|
727 | "DECLARE_DYNAMIC(class)= " \
|
---|
728 | "IMPLEMENT_DYNAMIC(class1, class2)= " \
|
---|
729 | "DECLARE_DYNCREATE(class)= " \
|
---|
730 | "IMPLEMENT_DYNCREATE(class1, class2)= " \
|
---|
731 | "IMPLEMENT_SERIAL(class1, class2, class3)= " \
|
---|
732 | "DECLARE_MESSAGE_MAP()= " \
|
---|
733 | TRY=try \
|
---|
734 | "CATCH_ALL(e)= catch(...)" \
|
---|
735 | END_CATCH_ALL= \
|
---|
736 | "THROW_LAST()= throw"\
|
---|
737 | "RUNTIME_CLASS(class)=class" \
|
---|
738 | "MAKEINTRESOURCE(nId)=nId" \
|
---|
739 | "IMPLEMENT_REGISTER(v, w, x, y, z)= " \
|
---|
740 | "ASSERT(x)=assert(x)" \
|
---|
741 | "ASSERT_VALID(x)=assert(x)" \
|
---|
742 | "TRACE0(x)=printf(x)" \
|
---|
743 | "OS_ERR(A,B)={ #A, B }" \
|
---|
744 | __cplusplus \
|
---|
745 | "DECLARE_OLECREATE(class)= " \
|
---|
746 | "BEGIN_DISPATCH_MAP(class1, class2)= " \
|
---|
747 | "BEGIN_INTERFACE_MAP(class1, class2)= " \
|
---|
748 | "INTERFACE_PART(class, id, name)= " \
|
---|
749 | "END_INTERFACE_MAP()=" \
|
---|
750 | "DISP_FUNCTION(class, name, function, result, id)=" \
|
---|
751 | "END_DISPATCH_MAP()=" \
|
---|
752 | "IMPLEMENT_OLECREATE2(class, name, id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11)=" \
|
---|
753 | RT_GCC_EXTENSION= \
|
---|
754 | "CPUM_STRUCT_NM(n)=" \
|
---|
755 | "CPUM_UNION_NM(n)=" \
|
---|
756 | "DECL_NO_RETURN(type)=type" \
|
---|
757 | VBOX_WITH_HGCM
|
---|
758 |
|
---|
759 | EXPAND_AS_DEFINED = \
|
---|
760 | RCPTRTYPE \
|
---|
761 | R3PTRTYPE \
|
---|
762 | R0PTRTYPE \
|
---|
763 | HCPTRTYPE \
|
---|
764 | R3R0PTRTYPE \
|
---|
765 | \
|
---|
766 | ARCH_BITS \
|
---|
767 | R3_ARCH_BITS \
|
---|
768 | R0_ARCH_BITS \
|
---|
769 | GC_ARCH_BITS \
|
---|
770 | HC_ARCH_BITS \
|
---|
771 | \
|
---|
772 | DECLEXPORT \
|
---|
773 | DECLIMPORT \
|
---|
774 | DECLASM \
|
---|
775 | DECLASMTYPE \
|
---|
776 | DECLCALLBACK \
|
---|
777 | DECLCALLBACKMEMBER \
|
---|
778 | DECLCALLBACKPTR \
|
---|
779 | DECLHCCALLBACKMEMBER \
|
---|
780 | DECLRCCALLBACKMEMBER \
|
---|
781 | DECLR3CALLBACKMEMBER \
|
---|
782 | DECLR0CALLBACKMEMBER \
|
---|
783 | DECLINLINE \
|
---|
784 | DECL_FORCE_INLINE \
|
---|
785 | DECLHIDDEN \
|
---|
786 | CTXSUFF \
|
---|
787 | OTHERCTXSUFF \
|
---|
788 | CTXMID \
|
---|
789 | OTHERCTXMID \
|
---|
790 | \
|
---|
791 | INPTR \
|
---|
792 | COMSETTER \
|
---|
793 | COMGETTER \
|
---|
794 | STDMETHOD \
|
---|
795 | STDMETHOD_ \
|
---|
796 | STDMETHODIMP \
|
---|
797 | IFACEMETHODIMP \
|
---|
798 | \
|
---|
799 | DBGDECL \
|
---|
800 | DISDECL \
|
---|
801 | GMMR0DECL \
|
---|
802 | GVMMR0DECL \
|
---|
803 | INTNETDECL \
|
---|
804 | INTNETRCDECL \
|
---|
805 | INTNETR0DECL \
|
---|
806 | INTNETR3DECL \
|
---|
807 | PDMBOTHCBDECL \
|
---|
808 | APICBOTHCBDECL \
|
---|
809 | PGM_BTH_DECL \
|
---|
810 | PGM_GST_DECL \
|
---|
811 | PGM_SHW_DECL \
|
---|
812 | REMDECL \
|
---|
813 | REMRCDECL \
|
---|
814 | REMR0DECL \
|
---|
815 | REMR3DECL \
|
---|
816 | RTDECL \
|
---|
817 | RTRCDECL \
|
---|
818 | RTR0DECL \
|
---|
819 | RTR3DECL \
|
---|
820 | RTDATADECL \
|
---|
821 | SUPDECL \
|
---|
822 | SUPR0DECL \
|
---|
823 | SUPR3DECL \
|
---|
824 | VBGLR3DECL \
|
---|
825 | VBOXDDU_DECL \
|
---|
826 | VMMDECL \
|
---|
827 | VMMRCDECL \
|
---|
828 | VMMR0DECL \
|
---|
829 | VMMR3DECL \
|
---|
830 | VMM_INT_DECL \
|
---|
831 | VD_BACKEND_CALLBACK_GET_COMMENT_DEF_NOT_SUPPORTED \
|
---|
832 | VD_BACKEND_CALLBACK_SET_COMMENT_DEF_NOT_SUPPORTED \
|
---|
833 | VD_BACKEND_CALLBACK_GET_UUID_DEF_NOT_SUPPORTED \
|
---|
834 | VD_BACKEND_CALLBACK_SET_UUID_DEF_NOT_SUPPORTED
|
---|
835 |
|
---|
836 | SKIP_FUNCTION_MACROS = NO
|
---|
837 | #---------------------------------------------------------------------------
|
---|
838 | # Configuration options related to external references
|
---|
839 | #---------------------------------------------------------------------------
|
---|
840 | TAGFILES =
|
---|
841 | GENERATE_TAGFILE =
|
---|
842 | ALLEXTERNALS = NO
|
---|
843 | EXTERNAL_GROUPS = YES
|
---|
844 | EXTERNAL_PAGES = YES
|
---|
845 | PERL_PATH = /usr/bin/perl
|
---|
846 | #---------------------------------------------------------------------------
|
---|
847 | # Configuration options related to the dot tool
|
---|
848 | #---------------------------------------------------------------------------
|
---|
849 | CLASS_DIAGRAMS = YES
|
---|
850 | MSCGEN_PATH =
|
---|
851 | DIA_PATH =
|
---|
852 | HIDE_UNDOC_RELATIONS = YES
|
---|
853 | HAVE_DOT = NO
|
---|
854 | DOT_NUM_THREADS = 0
|
---|
855 | DOT_FONTNAME = Helvetica
|
---|
856 | DOT_FONTSIZE = 10
|
---|
857 | DOT_FONTPATH =
|
---|
858 | CLASS_GRAPH = YES
|
---|
859 | COLLABORATION_GRAPH = YES
|
---|
860 | GROUP_GRAPHS = YES
|
---|
861 | UML_LOOK = YES
|
---|
862 | UML_LIMIT_NUM_FIELDS = 10
|
---|
863 | TEMPLATE_RELATIONS = YES
|
---|
864 | INCLUDE_GRAPH = YES
|
---|
865 | INCLUDED_BY_GRAPH = YES
|
---|
866 | CALL_GRAPH = YES
|
---|
867 | CALLER_GRAPH = YES
|
---|
868 | GRAPHICAL_HIERARCHY = YES
|
---|
869 | DIRECTORY_GRAPH = YES
|
---|
870 | DOT_IMAGE_FORMAT = png
|
---|
871 | INTERACTIVE_SVG = NO
|
---|
872 | DOT_PATH =
|
---|
873 | DOTFILE_DIRS =
|
---|
874 | MSCFILE_DIRS =
|
---|
875 | DIAFILE_DIRS =
|
---|
876 | PLANTUML_JAR_PATH =
|
---|
877 | PLANTUML_INCLUDE_PATH =
|
---|
878 | DOT_GRAPH_MAX_NODES = 50
|
---|
879 | MAX_DOT_GRAPH_DEPTH = 0
|
---|
880 | DOT_TRANSPARENT = YES
|
---|
881 | DOT_MULTI_TARGETS = NO
|
---|
882 | GENERATE_LEGEND = YES
|
---|
883 | DOT_CLEANUP = YES
|
---|