VirtualBox

Changeset 81475 in vbox


Ignore:
Timestamp:
Oct 23, 2019 8:05:32 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134200
Message:

doxygen fixes

Location:
trunk
Files:
4 edited

Legend:

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

    r81466 r81475  
    70577057
    70587058/**
    7059  * @copydoc PDMDEVHLPR3::pfnTaskTrigger
     7059 * @copydoc PDMDEVHLPR3::pfnSUPSemEventMultiWaitNoResume
    70607060 */
    70617061DECLINLINE(int) PDMDevHlpSUPSemEventMultiWaitNoResume(PPDMDEVINS pDevIns, SUPSEMEVENTMULTI hEventMulti, uint32_t cMillies)
  • trunk/include/VBox/vmm/pgm.h

    r81454 r81475  
    744744#define PGMPHYS_ROM_FLAGS_PERMANENT_BINARY          RT_BIT_32(1)
    745745/** Indicates that the ROM is allowed to be missing from saved state.
    746  * @note This is a hack for EFI, see @bugref   */
     746 * @note This is a hack for EFI, see @bugref{6940}   */
    747747#define PGMPHYS_ROM_FLAGS_MAYBE_MISSING_FROM_STATE  RT_BIT_32(2)
    748748/** Valid flags.   */
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r81416 r81475  
    713713
    714714
    715 /** @interface_method_impl{PDMDEVHLPR0,pfnTaskTrgger} */
     715/** @interface_method_impl{PDMDEVHLPR0,pfnTaskTrigger} */
    716716static DECLCALLBACK(int) pdmR0DevHlp_TaskTrigger(PPDMDEVINS pDevIns, PDMTASKHANDLE hTask)
    717717{
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r81467 r81475  
    25502550
    25512551
    2552 /** @interface_method_impl{PDMDEVHLPR3,pfnTaskTrgger} */
     2552/** @interface_method_impl{PDMDEVHLPR3,pfnTaskTrigger} */
    25532553static DECLCALLBACK(int) pdmR3DevHlp_TaskTrigger(PPDMDEVINS pDevIns, PDMTASKHANDLE hTask)
    25542554{
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