VirtualBox

Changeset 81922 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Nov 17, 2019 10:05:41 PM (5 years ago)
Author:
vboxsync
Message:

PDM: doxygen fixes. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r81909 r81922  
    623623    /** Pointer to the PIC device instance - R3. */
    624624    PPDMDEVINSR3                    pDevInsR3;
    625     /** @copydoc PDMPICREG::pfnSetIrqR3 */
     625    /** @copydoc PDMPICREG::pfnSetIrq */
    626626    DECLR3CALLBACKMEMBER(void,      pfnSetIrqR3,(PPDMDEVINS pDevIns, int iIrq, int iLevel, uint32_t uTagSrc));
    627     /** @copydoc PDMPICREG::pfnGetInterruptR3 */
     627    /** @copydoc PDMPICREG::pfnGetInterrupt */
    628628    DECLR3CALLBACKMEMBER(int,       pfnGetInterruptR3,(PPDMDEVINS pDevIns, uint32_t *puTagSrc));
    629629
    630630    /** Pointer to the PIC device instance - R0. */
    631631    PPDMDEVINSR0                    pDevInsR0;
    632     /** @copydoc PDMPICREG::pfnSetIrqR3 */
     632    /** @copydoc PDMPICREG::pfnSetIrq */
    633633    DECLR0CALLBACKMEMBER(void,      pfnSetIrqR0,(PPDMDEVINS pDevIns, int iIrq, int iLevel, uint32_t uTagSrc));
    634     /** @copydoc PDMPICREG::pfnGetInterruptR3 */
     634    /** @copydoc PDMPICREG::pfnGetInterrupt */
    635635    DECLR0CALLBACKMEMBER(int,       pfnGetInterruptR0,(PPDMDEVINS pDevIns, uint32_t *puTagSrc));
    636636
    637637    /** Pointer to the PIC device instance - RC. */
    638638    PPDMDEVINSRC                    pDevInsRC;
    639     /** @copydoc PDMPICREG::pfnSetIrqR3 */
     639    /** @copydoc PDMPICREG::pfnSetIrq */
    640640    DECLRCCALLBACKMEMBER(void,      pfnSetIrqRC,(PPDMDEVINS pDevIns, int iIrq, int iLevel, uint32_t uTagSrc));
    641     /** @copydoc PDMPICREG::pfnGetInterruptR3 */
     641    /** @copydoc PDMPICREG::pfnGetInterrupt */
    642642    DECLRCCALLBACKMEMBER(int,       pfnGetInterruptRC,(PPDMDEVINS pDevIns, uint32_t *puTagSrc));
    643643    /** Alignment padding. */
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