VirtualBox

Changeset 90834 in vbox


Ignore:
Timestamp:
Aug 24, 2021 11:28:03 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146469
Message:

Doxygen fixes.

Location:
trunk/include/VBox/vmm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/dbgf.h

    r90549 r90834  
    10791079 * @param   pvUser      The user argument.
    10801080 * @param   hBp         The breakpoint handle.
    1081  * @param   pBp         Pointer to the public breakpoint information. (readonly)
     1081 * @param   pBpPub      Pointer to the public breakpoint information. (readonly)
    10821082 */
    10831083typedef DECLCALLBACKTYPE(int, FNDBGFBPENUM,(PUVM pUVM, void *pvUser, DBGFBP hBp, PCDBGFBPPUB pBpPub));
     
    13611361 * @param   pszName     Info identifier name.
    13621362 * @param   pszDesc     The description.
     1363 * @param   pvUser      User parameter.
    13631364 */
    13641365typedef DECLCALLBACKTYPE(int, FNDBGFINFOENUM,(PUVM pUVM, const char *pszName, const char *pszDesc, void *pvUser));
  • trunk/include/VBox/vmm/pdmstorageifs.h

    r85121 r90834  
    142142 * @return  VBox status code.
    143143 * @param   pvUser          Opaque user data.
    144  * @param   uPercent        Completion percentage.
     144 * @param   uPercentage     Completion percentage.
    145145 */
    146146typedef DECLCALLBACKTYPE(int, FNSIMPLEPROGRESS,(void *pvUser, unsigned uPercentage));
  • trunk/include/VBox/vmm/stam.h

    r88661 r90834  
    13081308 */
    13091309typedef DECLCALLBACKTYPE(int, FNSTAMR3ENUM,(const char *pszName, STAMTYPE enmType, void *pvSample, STAMUNIT enmUnit,
    1310                                             STAMVISIBILITY enmVisiblity, const char *pszDesc, void *pvUser));
     1310                                            STAMVISIBILITY enmVisibility, const char *pszDesc, void *pvUser));
    13111311/** Pointer to a FNSTAMR3ENUM(). */
    13121312typedef FNSTAMR3ENUM *PFNSTAMR3ENUM;
  • trunk/include/VBox/vmm/vmapi.h

    r85121 r90834  
    6868 * @param   args            Error message arguments.
    6969 */
    70 typedef DECLCALLBACKTYPE(void, FNVMATERROR,(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszError, va_list args));
     70typedef DECLCALLBACKTYPE(void, FNVMATERROR,(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL,
     71                                            const char *pszFormat, va_list args));
    7172/** Pointer to a VM error callback. */
    7273typedef FNVMATERROR *PFNVMATERROR;
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