VirtualBox

Changeset 25647 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 5, 2010 9:59:19 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56357
Message:

Some more doxygen fixes, now for Core.docs.

Location:
trunk/include/VBox
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestPropertySvc.h

    r25306 r25647  
    417417    /**
    418418     * Array of patterns to match the properties against, separated by '|'
    419      * characters.  For backwards compatibility, '\0' is also accepted
     419     * characters.  For backwards compatibility, '\\0' is also accepted
    420420     * as a separater.
    421421     * (IN pointer)
  • trunk/include/VBox/VBoxHDD-Plugin.h

    r23266 r25647  
    548548/** The prefix to identify Storage Plugins. */
    549549#define VBOX_HDDFORMAT_PLUGIN_PREFIX "VBoxHDD"
    550 /** The size of the prefix excluding the '\0' terminator. */
     550/** The size of the prefix excluding the '\\0' terminator. */
    551551#define VBOX_HDDFORMAT_PLUGIN_PREFIX_LENGTH (sizeof(VBOX_HDDFORMAT_PLUGIN_PREFIX)-1)
    552552
  • trunk/include/VBox/VBoxHDD.h

    r22983 r25647  
    135135typedef struct VBOXHDDRAW
    136136{
    137     /** Signature for structure. Must be 'R', 'A', 'W', '\0'. Actually a trick
     137    /** Signature for structure. Must be 'R', 'A', 'W', '\\0'. Actually a trick
    138138     * to make logging of the comment string produce sensible results. */
    139139    char            szSignature[4];
     
    142142    bool            fRawDisk;
    143143    /** Filename for the raw disk. Ignored for partitioned raw disks.
    144      * For Linux e.g. /dev/sda, and for Windows e.g. \\.\PhysicalDisk0. */
     144     * For Linux e.g. /dev/sda, and for Windows e.g. \\\\.\\PhysicalDisk0. */
    145145    const char      *pszRawDisk;
    146146    /** Number of entries in the partitions array. */
  • trunk/include/VBox/cdefs.h

    r25642 r25647  
    6060#define VBOX_WITH_STATISTICS
    6161#define VBOX_STRICT
     62#define IN_DBG
    6263#define IN_DIS
    6364#define IN_INTNET_R0
     
    6768#define IN_SUP_R3
    6869#define IN_SUP_GC
     70#define IN_SUP_STATIC
    6971#define IN_USBLIB
    7072#define IN_VBOXDDU
     
    7274#define IN_VMM_R0
    7375#define IN_VMM_R3
    74 /** @todo fixme */
     76#define IN_VMM_STATIC
    7577#endif
    7678
  • trunk/include/VBox/com/ErrorInfo.h

    r20267 r25647  
    358358     *  otherwise.
    359359     *
    360      *  @param aIsNull  @true to prevent fetching error info and leave
     360     *  @param aIsNull  @c true to prevent fetching error info and leave
    361361     *                  the instance uninitialized.
    362362     */
  • trunk/include/VBox/dbg.h

    r22108 r25647  
    352352 * @param   pCmdHlp     Pointer to the command callback structure.
    353353 * @param   rc          The VBox status code.
    354  * @param   pcb         Where to store the number of bytes written.
    355354 * @param   pszFormat   Format string for additional messages. Can be NULL.
    356355 * @param   ...         Format arguments, optional.
  • trunk/include/VBox/dbgfsel.h

    r21217 r25647  
    3535#include <VBox/x86.h>
    3636
    37 /** @addgroup grp_dbgf
     37/** @addtogroup grp_dbgf
    3838 * @{ */
    3939
     
    8787
    8888
    89 /** @def DBGFSELINFO_IS_EXPAND_DOWN
     89/**
    9090 * Tests whether the selector info describes an expand-down selector or now.
    9191 *
  • trunk/include/VBox/pdmdrv.h

    r24744 r25647  
    941941
    942942/**
    943  * @copydoc PDMDRVHLP::pfnGetVirtualFreq
     943 * @copydoc PDMDRVHLP::pfnTMGetVirtualFreq
    944944 */
    945945DECLINLINE(uint64_t) PDMDrvHlpTMGetVirtualFreq(PPDMDRVINS pDrvIns)
  • trunk/include/VBox/pgm.h

    r24723 r25647  
    465465VMMR3DECL(int)      PGMR3PhysMMIO2MapKernel(PVM pVM, PPDMDEVINS pDevIns, uint32_t iRegion, RTGCPHYS off, RTGCPHYS cb, const char *pszDesc, PRTR0PTR pR0Ptr);
    466466
    467 /** @group PGMR3PhysRegisterRom flags.
     467/** @name PGMR3PhysRegisterRom flags.
    468468 * @{ */
    469469/** Inidicates that ROM shadowing should be enabled. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette