VirtualBox

source: vbox/trunk/Doxyfile.Core@ 36507

Last change on this file since 36507 was 36507, checked in by vboxsync, 13 years ago

Doxyfile.*: Fixed ALIASES.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 20.9 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# context hacks.
447PREDEFINED += RCPTRTYPE(RCType)=RCType
448PREDEFINED += R3PTRTYPE(R3Type)=R3Type
449PREDEFINED += R0PTRTYPE(R0Type)=R0Type
450PREDEFINED += HCPTRTYPE(HCType)=HCType
451PREDEFINED += R3R0PTRTYPE(R3R0Type)=R3R0Type
452# Compile assertion hacks.
453PREDEFINED += \
454 AssertCompile(expr) \
455 AssertCompileSize(a,b) \
456 AssertCompileSizeAlignment(a,b) \
457 AssertCompileMemberSizeAlignment(a,b,c) \
458 AssertCompileMemberAlignment(a,b,c) \
459 AssertCompileMemberOffset(a,b,c) \
460 AssertCompile2MemberOffsets(a,b,c)
461# COM/XPCOM hacks.
462PREDEFINED += STDMETHODIMP=HRESULT
463PREDEFINED += "COMGETTER(n)=get_##n"
464PREDEFINED += "COMSETTER(n)=set_##n"
465# COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
466PREDEFINED += "DECLARE_INTERFACE(name)=class name" \
467 "STDMETHOD_(result,name)=virtual result name" \
468 "PURE= = 0" \
469 THIS_= \
470 THIS= \
471 DECLARE_REGISTRY_RESOURCEID=// \
472 DECLARE_PROTECT_FINAL_CONSTRUCT=// \
473 "DECLARE_AGGREGATABLE(Class)= " \
474 "DECLARE_REGISTRY_RESOURCEID(Id)= " \
475 DECLARE_MESSAGE_MAP= \
476 BEGIN_MESSAGE_MAP=/* \
477 END_MESSAGE_MAP=*/// \
478 BEGIN_COM_MAP=/* \
479 END_COM_MAP=*/// \
480 BEGIN_PROP_MAP=/* \
481 END_PROP_MAP=*/// \
482 BEGIN_MSG_MAP=/* \
483 END_MSG_MAP=*/// \
484 BEGIN_PROPERTY_MAP=/* \
485 END_PROPERTY_MAP=*/// \
486 BEGIN_OBJECT_MAP=/* \
487 END_OBJECT_MAP()=*/// \
488 DECLARE_VIEW_STATUS=// \
489 "STDMETHOD(a)=HRESULT a" \
490 "ATL_NO_VTABLE= " \
491 "__declspec(a)= " \
492 BEGIN_CONNECTION_POINT_MAP=/* \
493 END_CONNECTION_POINT_MAP=*/// \
494 "DECLARE_DYNAMIC(class)= " \
495 "IMPLEMENT_DYNAMIC(class1, class2)= " \
496 "DECLARE_DYNCREATE(class)= " \
497 "IMPLEMENT_DYNCREATE(class1, class2)= " \
498 "IMPLEMENT_SERIAL(class1, class2, class3)= " \
499 "DECLARE_MESSAGE_MAP()= " \
500 TRY=try \
501 "CATCH_ALL(e)= catch(...)" \
502 END_CATCH_ALL= \
503 "THROW_LAST()= throw"\
504 "RUNTIME_CLASS(class)=class" \
505 "MAKEINTRESOURCE(nId)=nId" \
506 "IMPLEMENT_REGISTER(v, w, x, y, z)= " \
507 "ASSERT(x)=assert(x)" \
508 "ASSERT_VALID(x)=assert(x)" \
509 "TRACE0(x)=printf(x)" \
510 "OS_ERR(A,B)={ #A, B }" \
511 __cplusplus \
512 "DECLARE_OLECREATE(class)= " \
513 "BEGIN_DISPATCH_MAP(class1, class2)= " \
514 "BEGIN_INTERFACE_MAP(class1, class2)= " \
515 "INTERFACE_PART(class, id, name)= " \
516 "END_INTERFACE_MAP()=" \
517 "DISP_FUNCTION(class, name, function, result, id)=" \
518 "END_DISPATCH_MAP()=" \
519 "IMPLEMENT_OLECREATE2(class, name, id1, id2, id3, id4,\
520 id5, id6, id7, id8, id9, id10, id11)="
521
522EXPAND_AS_DEFINED = \
523 RCPTRTYPE \
524 R3PTRTYPE \
525 R0PTRTYPE \
526 HCPTRTYPE \
527 R3R0PTRTYPE \
528 \
529 ARCH_BITS \
530 R3_ARCH_BITS \
531 R0_ARCH_BITS \
532 GC_ARCH_BITS \
533 HC_ARCH_BITS \
534 \
535 DECLEXPORT \
536 DECLIMPORT \
537 DECLASM \
538 DECLASMTYPE \
539 DECLCALLBACK \
540 DECLCALLBACKMEMBER \
541 DECLHCCALLBACKMEMBER \
542 DECLRCCALLBACKMEMBER \
543 DECLR3CALLBACKMEMBER \
544 DECLR0CALLBACKMEMBER \
545 DECLINLINE \
546 DECL_FORCE_INLINE \
547 DECLHIDDEN \
548 CTXSUFF \
549 OTHERCTXSUFF \
550 CTXMID \
551 OTHERCTXMID \
552 \
553 INPTR \
554 COMSETTER \
555 COMGETTER \
556 STDMETHOD \
557 STDMETHOD_ \
558 STDMETHODIMP \
559 \
560 DBGDECL \
561 DISDECL \
562 GMMR0DECL \
563 GVMMR0DECL \
564 INTNETDECL \
565 INTNETRCDECL \
566 INTNETR0DECL \
567 INTNETR3DECL \
568 PDMBOTHCBDECL \
569 PGM_BTH_DECL \
570 PGM_GST_DECL \
571 PGM_SHW_DECL \
572 REMDECL \
573 REMRCDECL \
574 REMR0DECL \
575 REMR3DECL \
576 RTDECL \
577 RTRCDECL \
578 RTR0DECL \
579 RTR3DECL \
580 RTDATADECL \
581 SUPDECL \
582 SUPR0DECL \
583 SUPR3DECL \
584 VBGLR3DECL \
585 VBOXDDU_DECL \
586 VMMDECL \
587 VMMRCDECL \
588 VMMR0DECL \
589 VMMR3DECL \
590 VMM_INT_DECL
591
592SKIP_FUNCTION_MACROS = NO
593
594#---------------------------------------------------------------------------
595# Configuration::additions related to external references
596#---------------------------------------------------------------------------
597TAGFILES =
598GENERATE_TAGFILE =
599ALLEXTERNALS = NO
600EXTERNAL_GROUPS = YES
601PERL_PATH = /usr/bin/perl
602
603#---------------------------------------------------------------------------
604# Configuration options related to the dot tool
605#---------------------------------------------------------------------------
606CLASS_DIAGRAMS = YES
607MSCGEN_PATH =
608HIDE_UNDOC_RELATIONS = YES
609HAVE_DOT = NO
610CLASS_GRAPH = YES
611COLLABORATION_GRAPH = YES
612GROUP_GRAPHS = YES
613UML_LOOK = YES
614TEMPLATE_RELATIONS = YES
615INCLUDE_GRAPH = YES
616INCLUDED_BY_GRAPH = YES
617CALL_GRAPH = YES
618CALLER_GRAPH = YES
619GRAPHICAL_HIERARCHY = YES
620DIRECTORY_GRAPH = YES
621DOT_IMAGE_FORMAT = png
622DOT_PATH =
623DOTFILE_DIRS =
624DOT_GRAPH_MAX_NODES = 50
625MAX_DOT_GRAPH_DEPTH = 0
626DOT_TRANSPARENT = YES
627DOT_MULTI_TARGETS = NO
628GENERATE_LEGEND = YES
629DOT_CLEANUP = YES
630
631#---------------------------------------------------------------------------
632# Configuration::additions related to the search engine
633#---------------------------------------------------------------------------
634SEARCHENGINE = NO
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use