VirtualBox

source: vbox/trunk/Doxyfile.Core@ 40754

Last change on this file since 40754 was 39688, checked in by vboxsync, 12 years ago

doxygen updates.

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

© 2023 Oracle
ContactPrivacy policyTerms of Use