VirtualBox

Changeset 99739 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 11, 2023 1:01:08 AM (19 months ago)
Author:
vboxsync
Message:

*: doxygen corrections (mostly about removing @returns from functions returning void).

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

    r99392 r99739  
    513513
    514514    /**
    515      * @copydoc copy()
     515     * @copydoc GuestEnvironment::copy()
    516516     */
    517517    GuestEnvironment &operator=(const GuestEnvironmentBase &rThat)
     
    523523    }
    524524
    525     /** @copydoc copy() */
     525    /** @copydoc GuestEnvironment::copy() */
    526526    GuestEnvironment &operator=(const GuestEnvironment &rThat)
    527527    {   return operator=((const GuestEnvironmentBase &)rThat); }
    528528
    529     /** @copydoc copy() */
     529    /** @copydoc GuestEnvironment::copy() */
    530530    GuestEnvironment &operator=(const GuestEnvironmentChanges &rThat)
    531531    {   return operator=((const GuestEnvironmentBase &)rThat); }
     
    595595
    596596    /**
    597      * @copydoc copy()
     597     * @copydoc GuestEnvironmentChanges::copy()
     598     * @throws  HRESULT
    598599     */
    599600    GuestEnvironmentChanges &operator=(const GuestEnvironmentBase &rThat)
     
    605606    }
    606607
    607     /** @copydoc copy() */
     608    /** @copydoc GuestEnvironmentChanges::copy()
     609     * @throws  HRESULT */
    608610    GuestEnvironmentChanges &operator=(const GuestEnvironmentChanges &rThat)
    609611    {   return operator=((const GuestEnvironmentBase &)rThat); }
    610612
    611     /** @copydoc copy() */
     613    /** @copydoc GuestEnvironmentChanges::copy()
     614     * @throws  HRESULT */
    612615    GuestEnvironmentChanges &operator=(const GuestEnvironment &rThat)
    613616    {   return operator=((const GuestEnvironmentBase &)rThat); }
  • trunk/src/VBox/Main/include/GuestSessionImpl.h

    r99416 r99739  
    361361
    362362    /** @name Public internal methods for supporting older Guest Additions via
    363               VBoxService' built-in toolbox (< 7.1). */
     363     *        VBoxService' built-in toolbox (< 7.1).
     364     * @{  */
    364365    int                     i_directoryCreateViaToolbox(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pvrcGuest);
    365366    int                     i_fileRemoveViaToolbox(const Utf8Str &strPath, int *pvrcGuest);
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