VirtualBox

Changeset 10447

Show
Ignore:
Timestamp:
07/09/08 22:14:58 (3 months ago)
Author:
vboxsync
Message:

Added more cfgm macros for device, drivers and USB devices. Corrected the xrefitem for the cfgm macros.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Doxyfile.Core

    r10039 r10447  
    7171# The following is for per-VM Configuration options. 
    7272ALIASES                += \ 
    73         cfgm{6}="\xrefitem lst_gcfgm \"GCFGM\" \"Global Configuration Values\" \ 
     73        cfgm{6}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
    7474<b>Name:</b> \1 <br> \ 
    7575<b>Type:</b> \2 <br> \ 
     
    8080" 
    8181ALIASES                += \ 
    82         cfgm{5}="\xrefitem lst_gcfgm \"GCFGM\" \"Global Configuration Values\" \ 
    83 <b>Name:</b> \1 <br> \ 
    84 <b>Type:</b> \2 <br> \ 
    85 <b>Min:</b> \3 <br> \ 
    86 <b>Max:</b> \4 <br> \ 
    87 <b>Default:</b> \5 <br> \ 
    88 " 
    89 ALIASES                += \ 
    90         cfgm{4}="\xrefitem lst_gcfgm \"GCFGM\" \"Global Configuration Values\" \ 
    91 <b>Name:</b> \1 <br> \ 
    92 <b>Type:</b> \2 <br> \ 
    93 <b>Min:</b> \3 <br> \ 
    94 <b>Max:</b> \4 <br> \ 
    95 " 
    96 ALIASES                += \ 
    97         cfgm{3}="\xrefitem lst_gcfgm \"GCFGM\" \"Global Configuration Values\" \ 
     82        cfgm{5}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     83<b>Name:</b> \1 <br> \ 
     84<b>Type:</b> \2 <br> \ 
     85<b>Min:</b> \3 <br> \ 
     86<b>Max:</b> \4 <br> \ 
     87<b>Default:</b> \5 <br> \ 
     88" 
     89ALIASES                += \ 
     90        cfgm{4}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     91<b>Name:</b> \1 <br> \ 
     92<b>Type:</b> \2 <br> \ 
     93<b>Min:</b> \3 <br> \ 
     94<b>Max:</b> \4 <br> \ 
     95" 
     96ALIASES                += \ 
     97        cfgm{3}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
    9898<b>Name:</b> \1 <br> \ 
    9999<b>Type:</b> \2 <br> \ 
     
    101101" 
    102102ALIASES                += \ 
    103         cfgm{2}="\xrefitem lst_gcfgm \"GCFGM\" \"Global Configuration Values\" \ 
    104 <b>Name:</b> \1 <br> \ 
    105 <b>Type:</b> \2 <br> \ 
    106 
     103        cfgm{2}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     104<b>Name:</b> \1 <br> \ 
     105<b>Type:</b> \2 <br> \ 
     106
     107 
     108# The following is for device configuration options. 
     109ALIASES                += \ 
     110        devcfgm{6}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     111<b>Name:</b> [Device Instance]/\1 <br> \ 
     112<b>Type:</b> \2 <br> \ 
     113<b>Unit:</b> \6 <br> \ 
     114<b>Min:</b> \3 <br> \ 
     115<b>Max:</b> \4 <br> \ 
     116<b>Default:</b> \5 <br> \ 
     117
     118ALIASES                += \ 
     119        devcfgm{5}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     120<b>Name:</b> [Device Instance]/\1 <br> \ 
     121<b>Type:</b> \2 <br> \ 
     122<b>Min:</b> \3 <br> \ 
     123<b>Max:</b> \4 <br> \ 
     124<b>Default:</b> \5 <br> \ 
     125
     126ALIASES                += \ 
     127        devcfgm{4}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     128<b>Name:</b> [Device Instance]/\1 <br> \ 
     129<b>Type:</b> \2 <br> \ 
     130<b>Min:</b> \3 <br> \ 
     131<b>Max:</b> \4 <br> \ 
     132
     133ALIASES                += \ 
     134        devcfgm{3}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     135<b>Name:</b> [Device Instance]/\1 <br> \ 
     136<b>Type:</b> \2 <br> \ 
     137<b>Default:</b> \3 <br> \ 
     138
     139ALIASES                += \ 
     140        devcfgm{2}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     141<b>Name:</b> [Device Instance]/\1 <br> \ 
     142<b>Type:</b> \2 <br> \ 
     143
     144 
     145# The following is for driver configuration options. 
     146ALIASES                += \ 
     147        drvcfgm{6}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     148<b>Name:</b> [Driver Instance]/\1 <br> \ 
     149<b>Type:</b> \2 <br> \ 
     150<b>Unit:</b> \6 <br> \ 
     151<b>Min:</b> \3 <br> \ 
     152<b>Max:</b> \4 <br> \ 
     153<b>Default:</b> \5 <br> \ 
     154
     155ALIASES                += \ 
     156        drvcfgm{5}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     157<b>Name:</b> [Driver Instance]/\1 <br> \ 
     158<b>Type:</b> \2 <br> \ 
     159<b>Min:</b> \3 <br> \ 
     160<b>Max:</b> \4 <br> \ 
     161<b>Default:</b> \5 <br> \ 
     162
     163ALIASES                += \ 
     164        drvcfgm{4}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     165<b>Name:</b> [Driver Instance]/\1 <br> \ 
     166<b>Type:</b> \2 <br> \ 
     167<b>Min:</b> \3 <br> \ 
     168<b>Max:</b> \4 <br> \ 
     169
     170ALIASES                += \ 
     171        drvcfgm{3}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     172<b>Name:</b> [Driver Instance]/\1 <br> \ 
     173<b>Type:</b> \2 <br> \ 
     174<b>Default:</b> \3 <br> \ 
     175
     176ALIASES                += \ 
     177        drvcfgm{2}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     178<b>Name:</b> [Driver Instance]/\1 <br> \ 
     179<b>Type:</b> \2 <br> \ 
     180
     181 
     182# The following is for USB device configuration options. 
     183ALIASES                += \ 
     184        usbcfgm{6}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     185<b>Name:</b> [USB Device Instance]/\1 <br> \ 
     186<b>Type:</b> \2 <br> \ 
     187<b>Unit:</b> \6 <br> \ 
     188<b>Min:</b> \3 <br> \ 
     189<b>Max:</b> \4 <br> \ 
     190<b>Default:</b> \5 <br> \ 
     191
     192ALIASES                += \ 
     193        usbcfgm{5}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     194<b>Name:</b> [USB Device Instance]/\1 <br> \ 
     195<b>Type:</b> \2 <br> \ 
     196<b>Min:</b> \3 <br> \ 
     197<b>Max:</b> \4 <br> \ 
     198<b>Default:</b> \5 <br> \ 
     199
     200ALIASES                += \ 
     201        usbcfgm{4}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     202<b>Name:</b> [USB Device Instance]/\1 <br> \ 
     203<b>Type:</b> \2 <br> \ 
     204<b>Min:</b> \3 <br> \ 
     205<b>Max:</b> \4 <br> \ 
     206
     207ALIASES                += \ 
     208        usbcfgm{3}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     209<b>Name:</b> [USB Device Instance]/\1 <br> \ 
     210<b>Type:</b> \2 <br> \ 
     211<b>Default:</b> \3 <br> \ 
     212
     213ALIASES                += \ 
     214        usbcfgm{2}="\xrefitem lst_cfgm \"GCFGM\" \"VM Configuration Values\" \ 
     215<b>Name:</b> [USB Device Instance]/\1 <br> \ 
     216<b>Type:</b> \2 <br> \ 
     217
     218 
    107219 
    108220OPTIMIZE_OUTPUT_FOR_C  = YES 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy