VirtualBox

Changeset 99739 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 11, 2023 1:01:08 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157315
Message:

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

Location:
trunk/src/VBox/Main/src-client
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r98807 r99739  
    1187311873 * Destruct a status driver instance.
    1187411874 *
    11875  * @returns VBox status code.
    1187611875 * @param   pDrvIns     The driver instance data.
    1187711876 */
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r98278 r99739  
    36863686 * Destruct a display driver instance.
    36873687 *
    3688  * @returns VBox status code.
    36893688 * @param   pDrvIns     The driver instance data.
    36903689 */
  • trunk/src/VBox/Main/src-client/DrvAudioRec.cpp

    r98103 r99739  
    630630 * Shuts down (closes) a recording sink,
    631631 *
    632  * @returns VBox status code.
    633632 * @param   pSink               Recording sink to shut down.
    634633 */
  • trunk/src/VBox/Main/src-client/GuestImpl.cpp

    r98262 r99739  
    10811081 * Issued by the guest when a guest user changed its state.
    10821082 *
    1083  * @return  IPRT status code.
    10841083 * @param   aUser               Guest user name.
    10851084 * @param   aDomain             Domain of guest user account. Optional.
  • trunk/src/VBox/Main/src-client/HGCM.cpp

    r98278 r99739  
    469469}
    470470
    471 /** Helper function to free a local service DLL.
    472  *
    473  *  @return VBox code
     471/**
     472 * Helper function to free a local service DLL.
    474473 */
    475474void HGCMService::unloadServiceDLL(void)
     
    20992098 * @param   pCmd           The VBox HGCM context.
    21002099 * @param   idClient       The client handle to be disconnected and deleted.
    2101  * @return  VBox status code.
    21022100 */
    21032101void HGCMService::GuestCancelled(PPDMIHGCMPORT pHGCMPort, PVBOXHGCMCMD pCmd, uint32_t idClient)
  • trunk/src/VBox/Main/src-client/KeyboardImpl.cpp

    r98103 r99739  
    411411 * Destruct a keyboard driver instance.
    412412 *
    413  * @returns VBox status code.
    414413 * @param   pDrvIns     The driver instance data.
    415414 */
  • trunk/src/VBox/Main/src-client/MouseImpl.cpp

    r98103 r99739  
    12631263 * Destruct a mouse driver instance.
    12641264 *
    1265  * @returns VBox status code.
    12661265 * @param   pDrvIns     The driver instance data.
    12671266 */
  • trunk/src/VBox/Main/src-client/RecordingInternals.cpp

    r98103 r99739  
    3232
    3333#ifdef VBOX_WITH_AUDIO_RECORDING
     34
    3435/**
    3536 * Initializes a recording frame.
     
    9394    pFrame = NULL;
    9495}
    95 #endif
     96
     97#endif /* VBOX_WITH_AUDIO_RECORDING */
    9698
    9799/**
     
    113115 * Frees a recording video frame.
    114116 *
    115  * @returns VBox status code.
    116117 * @param   pFrame              Pointer to video frame to free. The pointer will be invalid after return.
    117118 */
     
    129130 * Frees a recording frame.
    130131 *
    131  * @returns VBox status code.
    132132 * @param   pFrame              Pointer to recording frame to free. The pointer will be invalid after return.
    133133 */
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