VirtualBox

source: vbox/trunk/Doxyfile.Core@ 35740

Last change on this file since 35740 was 30069, checked in by vboxsync, 14 years ago

Doxyfile.Core: Added callback_method_impl.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 20.8 KB
RevLine 
[6288]1# Doxyfile 1.5.4
[1]2
3#---------------------------------------------------------------------------
4# Project related configuration options
5#---------------------------------------------------------------------------
[6288]6DOXYFILE_ENCODING = UTF-8
[1]7PROJECT_NAME = VBox
8PROJECT_NUMBER =
[6288]9# OUTPUT_DIRECTORY = later
[1]10CREATE_SUBDIRS = NO
11OUTPUT_LANGUAGE = English
12BRIEF_MEMBER_DESC = YES
13REPEAT_BRIEF = YES
14ABBREVIATE_BRIEF =
15ALWAYS_DETAILED_SEC = NO
16INLINE_INHERITED_MEMB = NO
17FULL_PATH_NAMES = NO
18STRIP_FROM_PATH =
19STRIP_FROM_INC_PATH =
20SHORT_NAMES = NO
21JAVADOC_AUTOBRIEF = YES
[6288]22QT_AUTOBRIEF = NO
[1]23MULTILINE_CPP_IS_BRIEF = NO
24DETAILS_AT_TOP = NO
25INHERIT_DOCS = YES
[6288]26SEPARATE_MEMBER_PAGES = NO
[1]27TAB_SIZE = 4
28ALIASES = \
29 "note=@remark" \
30 "thread=@par Thread Context:\n" \
31 "vmstate=@par VM State In:\n" \
[26173]32 "vmstateto=@par VM State Out:\n"
33
34# Interface method implementation macros.
35ALIASES += \
[25960]36 interface_method_impl{2}="Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
[26173]37 interface_method_impl{3}="\3. \
38\
39Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
[1]40
[30069]41# Callback method implementation macros.
42ALIASES += \
43 callback_method_impl{1}="Implements the callback \link \1 \1 \endlink @copydoc \1 "
44 callback_method_impl{2}="\2. \
45\
46Implements the callback \link \1 \1 "
47
[6288]48# The following is for Global Configuration options.
49ALIASES += \
[12543]50 gcfgm{6}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
[6288]51<b>Name:</b> \1 <br> \
52<b>Type:</b> \2 <br> \
53<b>Unit:</b> \6 <br> \
54<b>Min:</b> \3 <br> \
55<b>Max:</b> \4 <br> \
56<b>Default:</b> \5 <br> \
57"
58ALIASES += \
[12543]59 gcfgm{5}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
[6288]60<b>Name:</b> \1 <br> \
61<b>Type:</b> \2 <br> \
62<b>Min:</b> \3 <br> \
63<b>Max:</b> \4 <br> \
64<b>Default:</b> \5 <br> \
65"
66ALIASES += \
[12543]67 gcfgm{4}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
[6288]68<b>Name:</b> \1 <br> \
69<b>Type:</b> \2 <br> \
70<b>Min:</b> \3 <br> \
71<b>Max:</b> \4 <br> \
72"
73ALIASES += \
[12543]74 gcfgm{3}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
[6288]75<b>Name:</b> \1 <br> \
76<b>Type:</b> \2 <br> \
77<b>Default:</b> \3 <br> \
78"
79ALIASES += \
[12543]80 gcfgm{2}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
[6288]81<b>Name:</b> \1 <br> \
82<b>Type:</b> \2 <br> \
83"
[1]84
[6288]85# The following is for per-VM Configuration options.
86ALIASES += \
[12543]87 cfgm{6}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
[6288]88<b>Name:</b> \1 <br> \
89<b>Type:</b> \2 <br> \
90<b>Unit:</b> \6 <br> \
91<b>Min:</b> \3 <br> \
92<b>Max:</b> \4 <br> \
93<b>Default:</b> \5 <br> \
94"
95ALIASES += \
[12543]96 cfgm{5}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
[6288]97<b>Name:</b> \1 <br> \
98<b>Type:</b> \2 <br> \
99<b>Min:</b> \3 <br> \
100<b>Max:</b> \4 <br> \
101<b>Default:</b> \5 <br> \
102"
103ALIASES += \
[12543]104 cfgm{4}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
[6288]105<b>Name:</b> \1 <br> \
106<b>Type:</b> \2 <br> \
107<b>Min:</b> \3 <br> \
108<b>Max:</b> \4 <br> \
109"
110ALIASES += \
[12543]111 cfgm{3}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
[6288]112<b>Name:</b> \1 <br> \
113<b>Type:</b> \2 <br> \
114<b>Default:</b> \3 <br> \
115"
116ALIASES += \
[12543]117 cfgm{2}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
[6288]118<b>Name:</b> \1 <br> \
119<b>Type:</b> \2 <br> \
120"
121
[10447]122# The following is for device configuration options.
123ALIASES += \
[12543]124 devcfgm{6}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
[10447]125<b>Name:</b> [Device Instance]/\1 <br> \
126<b>Type:</b> \2 <br> \
127<b>Unit:</b> \6 <br> \
128<b>Min:</b> \3 <br> \
129<b>Max:</b> \4 <br> \
130<b>Default:</b> \5 <br> \
131"
132ALIASES += \
[12543]133 devcfgm{5}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
[10447]134<b>Name:</b> [Device Instance]/\1 <br> \
135<b>Type:</b> \2 <br> \
136<b>Min:</b> \3 <br> \
137<b>Max:</b> \4 <br> \
138<b>Default:</b> \5 <br> \
139"
140ALIASES += \
[12543]141 devcfgm{4}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
[10447]142<b>Name:</b> [Device Instance]/\1 <br> \
143<b>Type:</b> \2 <br> \
144<b>Min:</b> \3 <br> \
145<b>Max:</b> \4 <br> \
146"
147ALIASES += \
[12543]148 devcfgm{3}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
[10447]149<b>Name:</b> [Device Instance]/\1 <br> \
150<b>Type:</b> \2 <br> \
151<b>Default:</b> \3 <br> \
152"
153ALIASES += \
[12543]154 devcfgm{2}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
[10447]155<b>Name:</b> [Device Instance]/\1 <br> \
156<b>Type:</b> \2 <br> \
157"
158
159# The following is for driver configuration options.
160ALIASES += \
[12543]161 drvcfgm{6}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
[10447]162<b>Name:</b> [Driver Instance]/\1 <br> \
163<b>Type:</b> \2 <br> \
164<b>Unit:</b> \6 <br> \
165<b>Min:</b> \3 <br> \
166<b>Max:</b> \4 <br> \
167<b>Default:</b> \5 <br> \
168"
169ALIASES += \
[12543]170 drvcfgm{5}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
[10447]171<b>Name:</b> [Driver Instance]/\1 <br> \
172<b>Type:</b> \2 <br> \
173<b>Min:</b> \3 <br> \
174<b>Max:</b> \4 <br> \
175<b>Default:</b> \5 <br> \
176"
177ALIASES += \
[12543]178 drvcfgm{4}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
[10447]179<b>Name:</b> [Driver Instance]/\1 <br> \
180<b>Type:</b> \2 <br> \
181<b>Min:</b> \3 <br> \
182<b>Max:</b> \4 <br> \
183"
184ALIASES += \
[12543]185 drvcfgm{3}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
[10447]186<b>Name:</b> [Driver Instance]/\1 <br> \
187<b>Type:</b> \2 <br> \
188<b>Default:</b> \3 <br> \
189"
190ALIASES += \
[12543]191 drvcfgm{2}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
[10447]192<b>Name:</b> [Driver Instance]/\1 <br> \
193<b>Type:</b> \2 <br> \
194"
195
196# The following is for USB device configuration options.
197ALIASES += \
[12543]198 usbcfgm{6}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
[10447]199<b>Name:</b> [USB Device Instance]/\1 <br> \
200<b>Type:</b> \2 <br> \
201<b>Unit:</b> \6 <br> \
202<b>Min:</b> \3 <br> \
203<b>Max:</b> \4 <br> \
204<b>Default:</b> \5 <br> \
205"
206ALIASES += \
[12543]207 usbcfgm{5}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
[10447]208<b>Name:</b> [USB Device Instance]/\1 <br> \
209<b>Type:</b> \2 <br> \
210<b>Min:</b> \3 <br> \
211<b>Max:</b> \4 <br> \
212<b>Default:</b> \5 <br> \
213"
214ALIASES += \
[12543]215 usbcfgm{4}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
[10447]216<b>Name:</b> [USB Device Instance]/\1 <br> \
217<b>Type:</b> \2 <br> \
218<b>Min:</b> \3 <br> \
219<b>Max:</b> \4 <br> \
220"
221ALIASES += \
[12543]222 usbcfgm{3}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
[10447]223<b>Name:</b> [USB Device Instance]/\1 <br> \
224<b>Type:</b> \2 <br> \
225<b>Default:</b> \3 <br> \
226"
227ALIASES += \
[12543]228 usbcfgm{2}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
[10447]229<b>Name:</b> [USB Device Instance]/\1 <br> \
230<b>Type:</b> \2 <br> \
231"
232
[13029]233# bugref - xTracker bug reference, takes one to four bug numbers.
[12759]234ALIASES += bugref{1}="https://xtracker.innotek.de/index.php?bug=\1"
[13029]235ALIASES += bugref{2}="https://xtracker.innotek.de/index.php?bug=\1, \
236https://xtracker.innotek.de/index.php?bug=\2"
237ALIASES += bugref{3}="https://xtracker.innotek.de/index.php?bug=\1, \
238https://xtracker.innotek.de/index.php?bug=\2, \
239https://xtracker.innotek.de/index.php?bug=\3"
240ALIASES += bugref{4}="https://xtracker.innotek.de/index.php?bug=\1, \
241https://xtracker.innotek.de/index.php?bug=\2, \
242https://xtracker.innotek.de/index.php?bug=\3, \
243https://xtracker.innotek.de/index.php?bug=\4"
244
245# ticketref - Track ticket reference, takes one to four ticket numbers.
[12759]246ALIASES += ticketref{1}="http://www.virtualbox.org/ticket/\1"
[13029]247ALIASES += ticketref{2}="http://www.virtualbox.org/ticket/\1, \
248http://www.virtualbox.org/ticket/\2"
249ALIASES += ticketref{3}="http://www.virtualbox.org/ticket/\1, \
250http://www.virtualbox.org/ticket/\2, \
251http://www.virtualbox.org/ticket/\3"
252ALIASES += ticketref{4}="http://www.virtualbox.org/ticket/\1, \
253http://www.virtualbox.org/ticket/\2, \
254http://www.virtualbox.org/ticket/\3, \
255http://www.virtualbox.org/ticket/\4"
[10447]256
[12759]257
[1]258OPTIMIZE_OUTPUT_FOR_C = YES
259OPTIMIZE_OUTPUT_JAVA = NO
[6288]260BUILTIN_STL_SUPPORT = NO
261CPP_CLI_SUPPORT = NO
262SIP_SUPPORT = NO
263DISTRIBUTE_GROUP_DOC = NO
[1]264SUBGROUPING = YES
[6288]265TYPEDEF_HIDES_STRUCT = NO
[1]266
267#---------------------------------------------------------------------------
268# Build related configuration options
269#---------------------------------------------------------------------------
270EXTRACT_ALL = YES
271EXTRACT_PRIVATE = YES
272EXTRACT_STATIC = YES
273EXTRACT_LOCAL_CLASSES = YES
274EXTRACT_LOCAL_METHODS = NO
[6288]275EXTRACT_ANON_NSPACES = NO
[1]276HIDE_UNDOC_MEMBERS = NO
277HIDE_UNDOC_CLASSES = NO
278HIDE_FRIEND_COMPOUNDS = NO
279HIDE_IN_BODY_DOCS = NO
[6288]280INTERNAL_DOCS = NO
[1]281CASE_SENSE_NAMES = NO
282HIDE_SCOPE_NAMES = NO
283SHOW_INCLUDE_FILES = YES
284INLINE_INFO = YES
285SORT_MEMBER_DOCS = YES
286SORT_BRIEF_DOCS = NO
287SORT_BY_SCOPE_NAME = NO
288GENERATE_TODOLIST = YES
289GENERATE_TESTLIST = YES
290GENERATE_BUGLIST = YES
291GENERATE_DEPRECATEDLIST= YES
292ENABLED_SECTIONS =
293MAX_INITIALIZER_LINES = 30
294SHOW_USED_FILES = YES
[6288]295SHOW_DIRECTORIES = NO
296FILE_VERSION_FILTER =
[1]297
298#---------------------------------------------------------------------------
299# configuration options related to warning and progress messages
300#---------------------------------------------------------------------------
[9298]301QUIET = YES
[1]302WARNINGS = YES
[12653]303##Later: WARN_IF_UNDOCUMENTED = YES
304WARN_IF_UNDOCUMENTED = NO
[1]305WARN_IF_DOC_ERROR = YES
[6288]306WARN_NO_PARAMDOC = NO
[1]307WARN_FORMAT = "$file:$line: $text"
[6288]308#WARN_LOGFILE = later
[1]309
310#---------------------------------------------------------------------------
311# configuration options related to the input files
312#---------------------------------------------------------------------------
[6288]313# INPUT = later
314INPUT_ENCODING = UTF-8
[1]315FILE_PATTERNS =
316RECURSIVE = NO
317EXCLUDE =
318EXCLUDE_SYMLINKS = NO
319EXCLUDE_PATTERNS =
[6288]320EXCLUDE_SYMBOLS =
[1]321EXAMPLE_PATH =
322EXAMPLE_PATTERNS =
323EXAMPLE_RECURSIVE = NO
[10039]324IMAGE_PATH = \
325 doc \
326 doc/tg/Networking-diagrams \
327 doc/tg/USB-diagrams \
[12653]328 doc/tg/diagrams
[1]329INPUT_FILTER =
[6288]330FILTER_PATTERNS =
[1]331FILTER_SOURCE_FILES = NO
332
333#---------------------------------------------------------------------------
334# configuration options related to source browsing
335#---------------------------------------------------------------------------
336SOURCE_BROWSER = NO
337INLINE_SOURCES = NO
338STRIP_CODE_COMMENTS = YES
339REFERENCED_BY_RELATION = YES
340REFERENCES_RELATION = YES
[6288]341REFERENCES_LINK_SOURCE = YES
342USE_HTAGS = NO
[1]343VERBATIM_HEADERS = YES
344
345#---------------------------------------------------------------------------
346# configuration options related to the alphabetical class index
347#---------------------------------------------------------------------------
348ALPHABETICAL_INDEX = NO
349COLS_IN_ALPHA_INDEX = 5
350IGNORE_PREFIX =
351
352#---------------------------------------------------------------------------
353# configuration options related to the HTML output
354#---------------------------------------------------------------------------
355GENERATE_HTML = YES
356HTML_OUTPUT = html
357HTML_FILE_EXTENSION = .html
358HTML_HEADER =
359HTML_FOOTER =
360HTML_STYLESHEET =
361HTML_ALIGN_MEMBERS = YES
362GENERATE_HTMLHELP = NO
[6288]363HTML_DYNAMIC_SECTIONS = NO
[1]364CHM_FILE =
365HHC_LOCATION =
366GENERATE_CHI = NO
367BINARY_TOC = NO
368TOC_EXPAND = NO
369DISABLE_INDEX = NO
370ENUM_VALUES_PER_LINE = 4
371GENERATE_TREEVIEW = NO
372TREEVIEW_WIDTH = 250
373
374#---------------------------------------------------------------------------
375# configuration options related to the LaTeX output
376#---------------------------------------------------------------------------
377GENERATE_LATEX = NO
378LATEX_OUTPUT = latex
379LATEX_CMD_NAME = latex
380MAKEINDEX_CMD_NAME = makeindex
381COMPACT_LATEX = NO
382PAPER_TYPE = a4wide
383EXTRA_PACKAGES =
384LATEX_HEADER =
385PDF_HYPERLINKS = NO
386USE_PDFLATEX = NO
387LATEX_BATCHMODE = NO
388LATEX_HIDE_INDICES = NO
389
390#---------------------------------------------------------------------------
391# configuration options related to the RTF output
392#---------------------------------------------------------------------------
393GENERATE_RTF = NO
394RTF_OUTPUT = rtf
395COMPACT_RTF = NO
396RTF_HYPERLINKS = NO
397RTF_STYLESHEET_FILE =
398RTF_EXTENSIONS_FILE =
399
400#---------------------------------------------------------------------------
401# configuration options related to the man page output
402#---------------------------------------------------------------------------
403GENERATE_MAN = NO
404MAN_OUTPUT = man
405MAN_EXTENSION = .3
406MAN_LINKS = NO
407
408#---------------------------------------------------------------------------
409# configuration options related to the XML output
410#---------------------------------------------------------------------------
411GENERATE_XML = NO
412XML_OUTPUT = xml
413XML_SCHEMA =
414XML_DTD =
415XML_PROGRAMLISTING = YES
416
417#---------------------------------------------------------------------------
418# configuration options for the AutoGen Definitions output
419#---------------------------------------------------------------------------
420GENERATE_AUTOGEN_DEF = NO
421
422#---------------------------------------------------------------------------
423# configuration options related to the Perl module output
424#---------------------------------------------------------------------------
425GENERATE_PERLMOD = NO
426PERLMOD_LATEX = NO
427PERLMOD_PRETTY = YES
428PERLMOD_MAKEVAR_PREFIX =
429
430#---------------------------------------------------------------------------
431# Configuration options related to the preprocessor
432#---------------------------------------------------------------------------
433ENABLE_PREPROCESSING = YES
434MACRO_EXPANSION = YES
435EXPAND_ONLY_PREDEF = YES
436SEARCH_INCLUDES = YES
[6288]437# INCLUDE_PATH = later
438# INCLUDE_FILE_PATTERNS = later
[25642]439PREDEFINED = \
440 DOXYGEN_RUNNING \
441 RT_C_DECLS_END \
442 RT_C_DECLS_BEGIN \
443 VBOX
[12653]444# context hacks.
[12648]445PREDEFINED += RCPTRTYPE(RCType)=RCType
446PREDEFINED += R3PTRTYPE(R3Type)=R3Type
447PREDEFINED += R0PTRTYPE(R0Type)=R0Type
[12653]448PREDEFINED += HCPTRTYPE(HCType)=HCType
[12648]449PREDEFINED += R3R0PTRTYPE(R3R0Type)=R3R0Type
[25645]450# Compile assertion hacks.
451PREDEFINED += \
452 AssertCompile(expr) \
453 AssertCompileSize(a,b) \
454 AssertCompileSizeAlignment(a,b) \
455 AssertCompileMemberSizeAlignment(a,b,c) \
456 AssertCompileMemberAlignment(a,b,c) \
457 AssertCompileMemberOffset(a,b,c) \
458 AssertCompile2MemberOffsets(a,b,c)
[12653]459# COM/XPCOM hacks.
460PREDEFINED += STDMETHODIMP=HRESULT
461PREDEFINED += "COMGETTER(n)=get_##n"
462PREDEFINED += "COMSETTER(n)=set_##n"
463# COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
464PREDEFINED += "DECLARE_INTERFACE(name)=class name" \
465 "STDMETHOD_(result,name)=virtual result name" \
466 "PURE= = 0" \
467 THIS_= \
468 THIS= \
469 DECLARE_REGISTRY_RESOURCEID=// \
470 DECLARE_PROTECT_FINAL_CONSTRUCT=// \
471 "DECLARE_AGGREGATABLE(Class)= " \
472 "DECLARE_REGISTRY_RESOURCEID(Id)= " \
473 DECLARE_MESSAGE_MAP= \
474 BEGIN_MESSAGE_MAP=/* \
475 END_MESSAGE_MAP=*/// \
476 BEGIN_COM_MAP=/* \
477 END_COM_MAP=*/// \
478 BEGIN_PROP_MAP=/* \
479 END_PROP_MAP=*/// \
480 BEGIN_MSG_MAP=/* \
481 END_MSG_MAP=*/// \
482 BEGIN_PROPERTY_MAP=/* \
483 END_PROPERTY_MAP=*/// \
484 BEGIN_OBJECT_MAP=/* \
485 END_OBJECT_MAP()=*/// \
486 DECLARE_VIEW_STATUS=// \
487 "STDMETHOD(a)=HRESULT a" \
488 "ATL_NO_VTABLE= " \
489 "__declspec(a)= " \
490 BEGIN_CONNECTION_POINT_MAP=/* \
491 END_CONNECTION_POINT_MAP=*/// \
492 "DECLARE_DYNAMIC(class)= " \
493 "IMPLEMENT_DYNAMIC(class1, class2)= " \
494 "DECLARE_DYNCREATE(class)= " \
495 "IMPLEMENT_DYNCREATE(class1, class2)= " \
496 "IMPLEMENT_SERIAL(class1, class2, class3)= " \
497 "DECLARE_MESSAGE_MAP()= " \
498 TRY=try \
499 "CATCH_ALL(e)= catch(...)" \
500 END_CATCH_ALL= \
501 "THROW_LAST()= throw"\
502 "RUNTIME_CLASS(class)=class" \
503 "MAKEINTRESOURCE(nId)=nId" \
504 "IMPLEMENT_REGISTER(v, w, x, y, z)= " \
505 "ASSERT(x)=assert(x)" \
506 "ASSERT_VALID(x)=assert(x)" \
507 "TRACE0(x)=printf(x)" \
508 "OS_ERR(A,B)={ #A, B }" \
509 __cplusplus \
510 "DECLARE_OLECREATE(class)= " \
511 "BEGIN_DISPATCH_MAP(class1, class2)= " \
512 "BEGIN_INTERFACE_MAP(class1, class2)= " \
513 "INTERFACE_PART(class, id, name)= " \
514 "END_INTERFACE_MAP()=" \
515 "DISP_FUNCTION(class, name, function, result, id)=" \
516 "END_DISPATCH_MAP()=" \
517 "IMPLEMENT_OLECREATE2(class, name, id1, id2, id3, id4,\
518 id5, id6, id7, id8, id9, id10, id11)="
[12648]519
[1]520EXPAND_AS_DEFINED = \
[12648]521 RCPTRTYPE \
[6288]522 R3PTRTYPE \
523 R0PTRTYPE \
[12648]524 HCPTRTYPE \
[6288]525 R3R0PTRTYPE \
[1]526 \
[6288]527 ARCH_BITS \
528 R3_ARCH_BITS \
529 R0_ARCH_BITS \
530 GC_ARCH_BITS \
531 HC_ARCH_BITS \
532 \
[1]533 DECLEXPORT \
534 DECLIMPORT \
535 DECLASM \
536 DECLASMTYPE \
537 DECLCALLBACK \
538 DECLCALLBACKMEMBER \
539 DECLHCCALLBACKMEMBER \
[12653]540 DECLRCCALLBACKMEMBER \
[6288]541 DECLR3CALLBACKMEMBER \
542 DECLR0CALLBACKMEMBER \
[1]543 DECLINLINE \
[25645]544 DECL_FORCE_INLINE \
545 DECLHIDDEN \
[1]546 CTXSUFF \
547 OTHERCTXSUFF \
548 CTXMID \
549 OTHERCTXMID \
550 \
[12653]551 INPTR \
[6288]552 COMSETTER \
553 COMGETTER \
554 STDMETHOD \
[12653]555 STDMETHOD_ \
[6288]556 STDMETHODIMP \
557 \
[1]558 DBGDECL \
559 DISDECL \
[6288]560 GMMR0DECL \
561 GVMMR0DECL \
[1]562 INTNETDECL \
[25642]563 INTNETRCDECL \
[1]564 INTNETR0DECL \
565 INTNETR3DECL \
566 PDMBOTHCBDECL \
[6288]567 PGM_BTH_DECL \
568 PGM_GST_DECL \
569 PGM_SHW_DECL \
[1]570 REMDECL \
[25642]571 REMRCDECL \
[1]572 REMR0DECL \
573 REMR3DECL \
574 RTDECL \
[25642]575 RTRCDECL \
[1]576 RTR0DECL \
577 RTR3DECL \
578 RTDATADECL \
579 SUPDECL \
580 SUPR0DECL \
581 SUPR3DECL \
[6288]582 VBGLR3DECL \
583 VBOXDDU_DECL \
[1]584 VMMDECL \
[25642]585 VMMRCDECL \
[1]586 VMMR0DECL \
[25647]587 VMMR3DECL \
588 VMM_INT_DECL
[1]589
[6288]590SKIP_FUNCTION_MACROS = NO
[1]591
592#---------------------------------------------------------------------------
593# Configuration::additions related to external references
594#---------------------------------------------------------------------------
595TAGFILES =
596GENERATE_TAGFILE =
597ALLEXTERNALS = NO
598EXTERNAL_GROUPS = YES
599PERL_PATH = /usr/bin/perl
600
601#---------------------------------------------------------------------------
602# Configuration options related to the dot tool
603#---------------------------------------------------------------------------
604CLASS_DIAGRAMS = YES
[6288]605MSCGEN_PATH =
[1]606HIDE_UNDOC_RELATIONS = YES
607HAVE_DOT = NO
608CLASS_GRAPH = YES
609COLLABORATION_GRAPH = YES
[6288]610GROUP_GRAPHS = YES
[1]611UML_LOOK = YES
612TEMPLATE_RELATIONS = YES
613INCLUDE_GRAPH = YES
614INCLUDED_BY_GRAPH = YES
615CALL_GRAPH = YES
[6288]616CALLER_GRAPH = YES
[1]617GRAPHICAL_HIERARCHY = YES
[6288]618DIRECTORY_GRAPH = YES
[1]619DOT_IMAGE_FORMAT = png
620DOT_PATH =
621DOTFILE_DIRS =
[6288]622DOT_GRAPH_MAX_NODES = 50
[1]623MAX_DOT_GRAPH_DEPTH = 0
[6288]624DOT_TRANSPARENT = YES
625DOT_MULTI_TARGETS = NO
[1]626GENERATE_LEGEND = YES
627DOT_CLEANUP = YES
628
629#---------------------------------------------------------------------------
630# Configuration::additions related to the search engine
631#---------------------------------------------------------------------------
632SEARCHENGINE = NO
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use