VirtualBox

Ignore:
Timestamp:
Oct 7, 2015 5:07:25 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103197
Message:

include,misc: Corrected a bunch of doxygen errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd-ifs-internal.h

    r56291 r58106  
    129129     * @param   pszLocation     Name of the location to open.
    130130     * @param   fOpen           Flags for opening the backend.
    131      *                          See RTFILE_O_* #defines, inventing another set
     131     *                          See RTFILE_O_* \#defines, inventing another set
    132132     *                          of open flags is not worth the mapping effort.
    133133     * @param   ppStorage       Where to store the storage handle.
     
    256256     * @param   pvCompleteUser Opaque user data passed in the completion callback.
    257257     *
    258      * @notes If pIoCtx is NULL the metadata read is handled synchronously
    259      *        i.e. the call returns only if the data is available in the given
    260      *        buffer. ppMetaXfer, pfnCompleted and pvCompleteUser are ignored in that case.
    261      *        Use the synchronous version only when opening/closing the image
    262      *        or when doing certain operations like resizing, compacting or repairing
    263      *        the disk.
     258     * @note    If pIoCtx is NULL the metadata read is handled synchronously
     259     *          i.e. the call returns only if the data is available in the given
     260     *          buffer. ppMetaXfer, pfnCompleted and pvCompleteUser are ignored in that case.
     261     *          Use the synchronous version only when opening/closing the image
     262     *          or when doing certain operations like resizing, compacting or repairing
     263     *          the disk.
    264264     */
    265265    DECLR3CALLBACKMEMBER(int, pfnReadMeta, (void *pvUser, PVDIOSTORAGE pStorage,
     
    283283     * @param   pvCompleteUser Opaque user data passed in the completion callback.
    284284     *
    285      * @notes See pfnReadMeta().
     285     * @sa      VDINTERFACEIOINT::pfnReadMeta
    286286     */
    287287    DECLR3CALLBACKMEMBER(int, pfnWriteMeta, (void *pvUser, PVDIOSTORAGE pStorage,
     
    311311     * @param   pvCompleteUser Opaque user data passed in the completion callback.
    312312     *
    313      * @notes See pfnReadMeta().
     313     * @sa      VDINTERFACEIOINT::pfnReadMeta
    314314     */
    315315    DECLR3CALLBACKMEMBER(int, pfnFlush, (void *pvUser, PVDIOSTORAGE pStorage,
Note: See TracChangeset for help on using the changeset viewer.

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