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
Line 
1# Doxyfile 1.5.4
2
3#---------------------------------------------------------------------------
4# Project related configuration options
5#---------------------------------------------------------------------------
6DOXYFILE_ENCODING = UTF-8
7PROJECT_NAME = VBox
8PROJECT_NUMBER =
9# OUTPUT_DIRECTORY = later
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
22QT_AUTOBRIEF = NO
23MULTILINE_CPP_IS_BRIEF = NO
24DETAILS_AT_TOP = NO
25INHERIT_DOCS = YES
26SEPARATE_MEMBER_PAGES = NO
27TAB_SIZE = 4
28ALIASES = \
29 "note=@remark" \
30 "thread=@par Thread Context:\n" \
31 "vmstate=@par VM State In:\n" \
32 "vmstateto=@par VM State Out:\n"
33
34# Interface method implementation macros.
35ALIASES += \
36 interface_method_impl{2}="Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
37ALIASES += \
38 interface_method_impl{3}="\3. \
39\
40Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
41
42# Callback method implementation macros.
43ALIASES += \
44 callback_method_impl{1}="Implements the callback \link \1 \1 \endlink @copydoc \1 "
45ALIASES += \
46 callback_method_impl{2}="\2. \
47\
48Implements the callback \link \1 \1 "
49
50# The following is for Global Configuration options.
51ALIASES += \
52 gcfgm{6}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
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 += \
61 gcfgm{5}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
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 += \
69 gcfgm{4}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
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 += \
76 gcfgm{3}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
77<b>Name:</b> \1 <br> \
78<b>Type:</b> \2 <br> \
79<b>Default:</b> \3 <br> \
80"
81ALIASES += \
82 gcfgm{2}="\xrefitem lst_gcfgm \"Global VM Config: \1\" \"Global Configuration Values\" \
83<b>Name:</b> \1 <br> \
84<b>Type:</b> \2 <br> \
85"
86
87# The following is for per-VM Configuration options.
88ALIASES += \
89 cfgm{6}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
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 += \
98 cfgm{5}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
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 += \
106 cfgm{4}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
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 += \
113 cfgm{3}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
114<b>Name:</b> \1 <br> \
115<b>Type:</b> \2 <br> \
116<b>Default:</b> \3 <br> \
117"
118ALIASES += \
119 cfgm{2}="\xrefitem lst_cfgm \"VM Config: \1\" \"VM Configuration Values\" \
120<b>Name:</b> \1 <br> \
121<b>Type:</b> \2 <br> \
122"
123
124# The following is for device configuration options.
125ALIASES += \
126 devcfgm{6}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
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 += \
135 devcfgm{5}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
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 += \
143 devcfgm{4}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
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 += \
150 devcfgm{3}="\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>Default:</b> \3 <br> \
154"
155ALIASES += \
156 devcfgm{2}="\xrefitem lst_cfgm \"Device Config: \1\" \"VM Configuration Values\" \
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 += \
163 drvcfgm{6}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
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 += \
172 drvcfgm{5}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
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 += \
180 drvcfgm{4}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
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 += \
187 drvcfgm{3}="\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>Default:</b> \3 <br> \
191"
192ALIASES += \
193 drvcfgm{2}="\xrefitem lst_cfgm \"Driver Config: \1\" \"VM Configuration Values\" \
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 += \
200 usbcfgm{6}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
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 += \
209 usbcfgm{5}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
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 += \
217 usbcfgm{4}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
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 += \
224 usbcfgm{3}="\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>Default:</b> \3 <br> \
228"
229ALIASES += \
230 usbcfgm{2}="\xrefitem lst_cfgm \"USB Device Config: \1\" \"VM Configuration Values\" \
231<b>Name:</b> [USB Device Instance]/\1 <br> \
232<b>Type:</b> \2 <br> \
233"
234
235# bugref - xTracker bug reference, takes one to four bug numbers.
236ALIASES += bugref{1}="https://xtracker.innotek.de/index.php?bug=\1"
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.
248ALIASES += ticketref{1}="http://www.virtualbox.org/ticket/\1"
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"
258
259
260OPTIMIZE_OUTPUT_FOR_C = YES
261OPTIMIZE_OUTPUT_JAVA = NO
262BUILTIN_STL_SUPPORT = NO
263CPP_CLI_SUPPORT = NO
264SIP_SUPPORT = NO
265DISTRIBUTE_GROUP_DOC = NO
266SUBGROUPING = YES
267TYPEDEF_HIDES_STRUCT = NO
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
277EXTRACT_ANON_NSPACES = NO
278HIDE_UNDOC_MEMBERS = NO
279HIDE_UNDOC_CLASSES = NO
280HIDE_FRIEND_COMPOUNDS = NO
281HIDE_IN_BODY_DOCS = NO
282INTERNAL_DOCS = NO
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
297SHOW_DIRECTORIES = NO
298FILE_VERSION_FILTER =
299
300#---------------------------------------------------------------------------
301# configuration options related to warning and progress messages
302#---------------------------------------------------------------------------
303QUIET = YES
304WARNINGS = YES
305##Later: WARN_IF_UNDOCUMENTED = YES
306WARN_IF_UNDOCUMENTED = NO
307WARN_IF_DOC_ERROR = YES
308WARN_NO_PARAMDOC = NO
309WARN_FORMAT = "$file:$line: $text"
310#WARN_LOGFILE = later
311
312#---------------------------------------------------------------------------
313# configuration options related to the input files
314#---------------------------------------------------------------------------
315# INPUT = later
316INPUT_ENCODING = UTF-8
317FILE_PATTERNS =
318RECURSIVE = NO
319EXCLUDE =
320EXCLUDE_SYMLINKS = NO
321EXCLUDE_PATTERNS =
322EXCLUDE_SYMBOLS =
323EXAMPLE_PATH =
324EXAMPLE_PATTERNS =
325EXAMPLE_RECURSIVE = NO
326IMAGE_PATH = \
327 doc \
328 doc/tg/Networking-diagrams \
329 doc/tg/USB-diagrams \
330 doc/tg/diagrams
331INPUT_FILTER =
332FILTER_PATTERNS =
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
343REFERENCES_LINK_SOURCE = YES
344USE_HTAGS = NO
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
365HTML_DYNAMIC_SECTIONS = NO
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
439# INCLUDE_PATH = later
440# INCLUDE_FILE_PATTERNS = later
441PREDEFINED = \
442 DOXYGEN_RUNNING \
443 RT_C_DECLS_END \
444 RT_C_DECLS_BEGIN \
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
460# context hacks.
461PREDEFINED += RCPTRTYPE(RCType)=RCType
462PREDEFINED += R3PTRTYPE(R3Type)=R3Type
463PREDEFINED += R0PTRTYPE(R0Type)=R0Type
464PREDEFINED += HCPTRTYPE(HCType)=HCType
465PREDEFINED += R3R0PTRTYPE(R3R0Type)=R3R0Type
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)
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)="
535
536EXPAND_AS_DEFINED = \
537 RCPTRTYPE \
538 R3PTRTYPE \
539 R0PTRTYPE \
540 HCPTRTYPE \
541 R3R0PTRTYPE \
542 \
543 ARCH_BITS \
544 R3_ARCH_BITS \
545 R0_ARCH_BITS \
546 GC_ARCH_BITS \
547 HC_ARCH_BITS \
548 \
549 DECLEXPORT \
550 DECLIMPORT \
551 DECLASM \
552 DECLASMTYPE \
553 DECLCALLBACK \
554 DECLCALLBACKMEMBER \
555 DECLHCCALLBACKMEMBER \
556 DECLRCCALLBACKMEMBER \
557 DECLR3CALLBACKMEMBER \
558 DECLR0CALLBACKMEMBER \
559 DECLINLINE \
560 DECL_FORCE_INLINE \
561 DECLHIDDEN \
562 CTXSUFF \
563 OTHERCTXSUFF \
564 CTXMID \
565 OTHERCTXMID \
566 \
567 INPTR \
568 COMSETTER \
569 COMGETTER \
570 STDMETHOD \
571 STDMETHOD_ \
572 STDMETHODIMP \
573 \
574 DBGDECL \
575 DISDECL \
576 GMMR0DECL \
577 GVMMR0DECL \
578 INTNETDECL \
579 INTNETRCDECL \
580 INTNETR0DECL \
581 INTNETR3DECL \
582 PDMBOTHCBDECL \
583 PGM_BTH_DECL \
584 PGM_GST_DECL \
585 PGM_SHW_DECL \
586 REMDECL \
587 REMRCDECL \
588 REMR0DECL \
589 REMR3DECL \
590 RTDECL \
591 RTRCDECL \
592 RTR0DECL \
593 RTR3DECL \
594 RTDATADECL \
595 SUPDECL \
596 SUPR0DECL \
597 SUPR3DECL \
598 VBGLR3DECL \
599 VBOXDDU_DECL \
600 VMMDECL \
601 VMMRCDECL \
602 VMMR0DECL \
603 VMMR3DECL \
604 VMM_INT_DECL
605
606SKIP_FUNCTION_MACROS = NO
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
621MSCGEN_PATH =
622HIDE_UNDOC_RELATIONS = YES
623HAVE_DOT = NO
624CLASS_GRAPH = YES
625COLLABORATION_GRAPH = YES
626GROUP_GRAPHS = YES
627UML_LOOK = YES
628TEMPLATE_RELATIONS = YES
629INCLUDE_GRAPH = YES
630INCLUDED_BY_GRAPH = YES
631CALL_GRAPH = YES
632CALLER_GRAPH = YES
633GRAPHICAL_HIERARCHY = YES
634DIRECTORY_GRAPH = YES
635DOT_IMAGE_FORMAT = png
636DOT_PATH =
637DOTFILE_DIRS =
638DOT_GRAPH_MAX_NODES = 50
639MAX_DOT_GRAPH_DEPTH = 0
640DOT_TRANSPARENT = YES
641DOT_MULTI_TARGETS = NO
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