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