VirtualBox

source: vbox/trunk/Doxyfile.Core@ 50653

Last change on this file since 50653 was 41857, checked in by vboxsync, 12 years ago

Word and diagram wrt contexts.

  • 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 \
[41857]330 doc/tg/diagrams \
331 doc/VMM
[1]332INPUT_FILTER =
[6288]333FILTER_PATTERNS =
[1]334FILTER_SOURCE_FILES = NO
335
336#---------------------------------------------------------------------------
337# configuration options related to source browsing
338#---------------------------------------------------------------------------
339SOURCE_BROWSER = NO
340INLINE_SOURCES = NO
341STRIP_CODE_COMMENTS = YES
342REFERENCED_BY_RELATION = YES
343REFERENCES_RELATION = YES
[6288]344REFERENCES_LINK_SOURCE = YES
345USE_HTAGS = NO
[1]346VERBATIM_HEADERS = YES
347
348#---------------------------------------------------------------------------
349# configuration options related to the alphabetical class index
350#---------------------------------------------------------------------------
351ALPHABETICAL_INDEX = NO
352COLS_IN_ALPHA_INDEX = 5
353IGNORE_PREFIX =
354
355#---------------------------------------------------------------------------
356# configuration options related to the HTML output
357#---------------------------------------------------------------------------
358GENERATE_HTML = YES
359HTML_OUTPUT = html
360HTML_FILE_EXTENSION = .html
361HTML_HEADER =
362HTML_FOOTER =
363HTML_STYLESHEET =
364HTML_ALIGN_MEMBERS = YES
365GENERATE_HTMLHELP = NO
[6288]366HTML_DYNAMIC_SECTIONS = NO
[1]367CHM_FILE =
368HHC_LOCATION =
369GENERATE_CHI = NO
370BINARY_TOC = NO
371TOC_EXPAND = NO
372DISABLE_INDEX = NO
373ENUM_VALUES_PER_LINE = 4
374GENERATE_TREEVIEW = NO
375TREEVIEW_WIDTH = 250
376
377#---------------------------------------------------------------------------
378# configuration options related to the LaTeX output
379#---------------------------------------------------------------------------
380GENERATE_LATEX = NO
381LATEX_OUTPUT = latex
382LATEX_CMD_NAME = latex
383MAKEINDEX_CMD_NAME = makeindex
384COMPACT_LATEX = NO
385PAPER_TYPE = a4wide
386EXTRA_PACKAGES =
387LATEX_HEADER =
388PDF_HYPERLINKS = NO
389USE_PDFLATEX = NO
390LATEX_BATCHMODE = NO
391LATEX_HIDE_INDICES = NO
392
393#---------------------------------------------------------------------------
394# configuration options related to the RTF output
395#---------------------------------------------------------------------------
396GENERATE_RTF = NO
397RTF_OUTPUT = rtf
398COMPACT_RTF = NO
399RTF_HYPERLINKS = NO
400RTF_STYLESHEET_FILE =
401RTF_EXTENSIONS_FILE =
402
403#---------------------------------------------------------------------------
404# configuration options related to the man page output
405#---------------------------------------------------------------------------
406GENERATE_MAN = NO
407MAN_OUTPUT = man
408MAN_EXTENSION = .3
409MAN_LINKS = NO
410
411#---------------------------------------------------------------------------
412# configuration options related to the XML output
413#---------------------------------------------------------------------------
414GENERATE_XML = NO
415XML_OUTPUT = xml
416XML_SCHEMA =
417XML_DTD =
418XML_PROGRAMLISTING = YES
419
420#---------------------------------------------------------------------------
421# configuration options for the AutoGen Definitions output
422#---------------------------------------------------------------------------
423GENERATE_AUTOGEN_DEF = NO
424
425#---------------------------------------------------------------------------
426# configuration options related to the Perl module output
427#---------------------------------------------------------------------------
428GENERATE_PERLMOD = NO
429PERLMOD_LATEX = NO
430PERLMOD_PRETTY = YES
431PERLMOD_MAKEVAR_PREFIX =
432
433#---------------------------------------------------------------------------
434# Configuration options related to the preprocessor
435#---------------------------------------------------------------------------
436ENABLE_PREPROCESSING = YES
437MACRO_EXPANSION = YES
438EXPAND_ONLY_PREDEF = YES
439SEARCH_INCLUDES = YES
[6288]440# INCLUDE_PATH = later
441# INCLUDE_FILE_PATTERNS = later
[25642]442PREDEFINED = \
443 DOXYGEN_RUNNING \
444 RT_C_DECLS_END \
445 RT_C_DECLS_BEGIN \
[39688]446 VBOX \
447 AssertCompileNS(expr) \
448 AssertCompile(expr) \
449 AssertCompileSize(type, size) \
450 AssertCompileSizeAlignment(type, align) \
451 AssertCompileMemberAlignment(type, member, align) \
452 AssertCompileMemberOffset(type, member, off) \
453 AssertCompile2MemberOffsets(type, member1, member2) \
454 AssertCompileAdjacentMembers(type, member1, member2) \
455 AssertCompileMembersAtSameOffset(type1, member1, type2, member2) \
456 AssertCompileMemberSize(type, member, size) \
457 AssertCompileMemberSizeAlignment(type, member, align) \
458 AssertCompileMembersSameSize(type1, member1, type2, member2) \
459 AssertCompileMembersSameSizeAndOffset(type1, member1, type2, member2)
460
[12653]461# context hacks.
[12648]462PREDEFINED += RCPTRTYPE(RCType)=RCType
463PREDEFINED += R3PTRTYPE(R3Type)=R3Type
464PREDEFINED += R0PTRTYPE(R0Type)=R0Type
[12653]465PREDEFINED += HCPTRTYPE(HCType)=HCType
[12648]466PREDEFINED += R3R0PTRTYPE(R3R0Type)=R3R0Type
[25645]467# Compile assertion hacks.
468PREDEFINED += \
469 AssertCompile(expr) \
470 AssertCompileSize(a,b) \
471 AssertCompileSizeAlignment(a,b) \
472 AssertCompileMemberSizeAlignment(a,b,c) \
473 AssertCompileMemberAlignment(a,b,c) \
474 AssertCompileMemberOffset(a,b,c) \
475 AssertCompile2MemberOffsets(a,b,c)
[12653]476# COM/XPCOM hacks.
477PREDEFINED += STDMETHODIMP=HRESULT
478PREDEFINED += "COMGETTER(n)=get_##n"
479PREDEFINED += "COMSETTER(n)=set_##n"
480# COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
481PREDEFINED += "DECLARE_INTERFACE(name)=class name" \
482 "STDMETHOD_(result,name)=virtual result name" \
483 "PURE= = 0" \
484 THIS_= \
485 THIS= \
486 DECLARE_REGISTRY_RESOURCEID=// \
487 DECLARE_PROTECT_FINAL_CONSTRUCT=// \
488 "DECLARE_AGGREGATABLE(Class)= " \
489 "DECLARE_REGISTRY_RESOURCEID(Id)= " \
490 DECLARE_MESSAGE_MAP= \
491 BEGIN_MESSAGE_MAP=/* \
492 END_MESSAGE_MAP=*/// \
493 BEGIN_COM_MAP=/* \
494 END_COM_MAP=*/// \
495 BEGIN_PROP_MAP=/* \
496 END_PROP_MAP=*/// \
497 BEGIN_MSG_MAP=/* \
498 END_MSG_MAP=*/// \
499 BEGIN_PROPERTY_MAP=/* \
500 END_PROPERTY_MAP=*/// \
501 BEGIN_OBJECT_MAP=/* \
502 END_OBJECT_MAP()=*/// \
503 DECLARE_VIEW_STATUS=// \
504 "STDMETHOD(a)=HRESULT a" \
505 "ATL_NO_VTABLE= " \
506 "__declspec(a)= " \
507 BEGIN_CONNECTION_POINT_MAP=/* \
508 END_CONNECTION_POINT_MAP=*/// \
509 "DECLARE_DYNAMIC(class)= " \
510 "IMPLEMENT_DYNAMIC(class1, class2)= " \
511 "DECLARE_DYNCREATE(class)= " \
512 "IMPLEMENT_DYNCREATE(class1, class2)= " \
513 "IMPLEMENT_SERIAL(class1, class2, class3)= " \
514 "DECLARE_MESSAGE_MAP()= " \
515 TRY=try \
516 "CATCH_ALL(e)= catch(...)" \
517 END_CATCH_ALL= \
518 "THROW_LAST()= throw"\
519 "RUNTIME_CLASS(class)=class" \
520 "MAKEINTRESOURCE(nId)=nId" \
521 "IMPLEMENT_REGISTER(v, w, x, y, z)= " \
522 "ASSERT(x)=assert(x)" \
523 "ASSERT_VALID(x)=assert(x)" \
524 "TRACE0(x)=printf(x)" \
525 "OS_ERR(A,B)={ #A, B }" \
526 __cplusplus \
527 "DECLARE_OLECREATE(class)= " \
528 "BEGIN_DISPATCH_MAP(class1, class2)= " \
529 "BEGIN_INTERFACE_MAP(class1, class2)= " \
530 "INTERFACE_PART(class, id, name)= " \
531 "END_INTERFACE_MAP()=" \
532 "DISP_FUNCTION(class, name, function, result, id)=" \
533 "END_DISPATCH_MAP()=" \
534 "IMPLEMENT_OLECREATE2(class, name, id1, id2, id3, id4,\
535 id5, id6, id7, id8, id9, id10, id11)="
[12648]536
[1]537EXPAND_AS_DEFINED = \
[12648]538 RCPTRTYPE \
[6288]539 R3PTRTYPE \
540 R0PTRTYPE \
[12648]541 HCPTRTYPE \
[6288]542 R3R0PTRTYPE \
[1]543 \
[6288]544 ARCH_BITS \
545 R3_ARCH_BITS \
546 R0_ARCH_BITS \
547 GC_ARCH_BITS \
548 HC_ARCH_BITS \
549 \
[1]550 DECLEXPORT \
551 DECLIMPORT \
552 DECLASM \
553 DECLASMTYPE \
554 DECLCALLBACK \
555 DECLCALLBACKMEMBER \
556 DECLHCCALLBACKMEMBER \
[12653]557 DECLRCCALLBACKMEMBER \
[6288]558 DECLR3CALLBACKMEMBER \
559 DECLR0CALLBACKMEMBER \
[1]560 DECLINLINE \
[25645]561 DECL_FORCE_INLINE \
562 DECLHIDDEN \
[1]563 CTXSUFF \
564 OTHERCTXSUFF \
565 CTXMID \
566 OTHERCTXMID \
567 \
[12653]568 INPTR \
[6288]569 COMSETTER \
570 COMGETTER \
571 STDMETHOD \
[12653]572 STDMETHOD_ \
[6288]573 STDMETHODIMP \
574 \
[1]575 DBGDECL \
576 DISDECL \
[6288]577 GMMR0DECL \
578 GVMMR0DECL \
[1]579 INTNETDECL \
[25642]580 INTNETRCDECL \
[1]581 INTNETR0DECL \
582 INTNETR3DECL \
583 PDMBOTHCBDECL \
[6288]584 PGM_BTH_DECL \
585 PGM_GST_DECL \
586 PGM_SHW_DECL \
[1]587 REMDECL \
[25642]588 REMRCDECL \
[1]589 REMR0DECL \
590 REMR3DECL \
591 RTDECL \
[25642]592 RTRCDECL \
[1]593 RTR0DECL \
594 RTR3DECL \
595 RTDATADECL \
596 SUPDECL \
597 SUPR0DECL \
598 SUPR3DECL \
[6288]599 VBGLR3DECL \
600 VBOXDDU_DECL \
[1]601 VMMDECL \
[25642]602 VMMRCDECL \
[1]603 VMMR0DECL \
[25647]604 VMMR3DECL \
605 VMM_INT_DECL
[1]606
[6288]607SKIP_FUNCTION_MACROS = NO
[1]608
609#---------------------------------------------------------------------------
610# Configuration::additions related to external references
611#---------------------------------------------------------------------------
612TAGFILES =
613GENERATE_TAGFILE =
614ALLEXTERNALS = NO
615EXTERNAL_GROUPS = YES
616PERL_PATH = /usr/bin/perl
617
618#---------------------------------------------------------------------------
619# Configuration options related to the dot tool
620#---------------------------------------------------------------------------
621CLASS_DIAGRAMS = YES
[6288]622MSCGEN_PATH =
[1]623HIDE_UNDOC_RELATIONS = YES
624HAVE_DOT = NO
625CLASS_GRAPH = YES
626COLLABORATION_GRAPH = YES
[6288]627GROUP_GRAPHS = YES
[1]628UML_LOOK = YES
629TEMPLATE_RELATIONS = YES
630INCLUDE_GRAPH = YES
631INCLUDED_BY_GRAPH = YES
632CALL_GRAPH = YES
[6288]633CALLER_GRAPH = YES
[1]634GRAPHICAL_HIERARCHY = YES
[6288]635DIRECTORY_GRAPH = YES
[1]636DOT_IMAGE_FORMAT = png
637DOT_PATH =
638DOTFILE_DIRS =
[6288]639DOT_GRAPH_MAX_NODES = 50
[1]640MAX_DOT_GRAPH_DEPTH = 0
[6288]641DOT_TRANSPARENT = YES
642DOT_MULTI_TARGETS = NO
[1]643GENERATE_LEGEND = YES
644DOT_CLEANUP = YES
645
646#---------------------------------------------------------------------------
647# Configuration::additions related to the search engine
648#---------------------------------------------------------------------------
649SEARCHENGINE = NO
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use