VirtualBox

Changeset 58171 in vbox for trunk/src


Ignore:
Timestamp:
Oct 12, 2015 9:30:58 AM (9 years ago)
Author:
vboxsync
Message:

doxygen: fixes.

Location:
trunk/src/VBox
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp

    r57415 r58171  
    5555 * service.
    5656 *
    57  * @return IPRT status.
     57 * @return IPRT status code.
    5858 * @param  pTable the table to initialise
    5959 */
  • trunk/src/VBox/Runtime/common/crypto/store-internal.h

    r57572 r58171  
    125125     * Adds a certificate to the store.
    126126     *
    127      * @returns IPRT status.
     127     * @returns IPRT status code.
    128128     * @retval  VWRN_ALREADY_EXISTS if the certificate is already present and
    129129     *          RTCRCERTCTX_F_ADD_IF_NOT_FOUND was specified.
  • trunk/src/VBox/Runtime/common/dbg/dbgas.cpp

    r57358 r58171  
    497497 * Common worker for RTDbgAsModuleLink and RTDbgAsModuleLinkSeg.
    498498 *
    499  * @returns IPRT status.
     499 * @returns IPRT status code.
    500500 * @param   pDbgAs          Pointer to the address space instance data.
    501501 * @param   hDbgMod         The module to link.
  • trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp

    r57978 r58171  
    609609 * Reads CodeView information.
    610610 *
    611  * @returns IPRT status.
     611 * @returns IPRT status code.
    612612 * @param   pThis               The CodeView reader instance.
    613613 * @param   off                 The offset to start reading at, relative to the
     
    630630 * Reads CodeView information into an allocated buffer.
    631631 *
    632  * @returns IPRT status.
     632 * @returns IPRT status code.
    633633 * @param   pThis               The CodeView reader instance.
    634634 * @param   off                 The offset to start reading at, relative to the
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r57358 r58171  
    756756 * Worker for rtR0MemObjLinuxAllocPhysSub that tries one allocation strategy.
    757757 *
    758  * @returns IPRT status.
     758 * @returns IPRT status code.
    759759 * @param   ppMemLnx    Where to
    760760 * @param   enmType     The object type.
     
    808808 * Worker for rtR0MemObjNativeAllocPhys and rtR0MemObjNativeAllocPhysNC.
    809809 *
    810  * @returns IPRT status.
     810 * @returns IPRT status code.
    811811 * @param   ppMem       Where to store the memory object pointer on success.
    812812 * @param   enmType     The object type.
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp

    r57944 r58171  
    18441844 * to be in suspended state (i.e. called after CreateCore).
    18451845 *
    1846  * @return IPRT status.
     1846 * @return IPRT status code.
    18471847 * @param pSolCore          Pointer to the core object.
    18481848 * @param pfnWriter         Pointer to the writer function to override default writer (NULL uses default).
  • trunk/src/VBox/Runtime/r3/stream.cpp

    r57944 r58171  
    158158 * Allocates and acquires the lock for the stream.
    159159 *
    160  * @returns IPRT status.
     160 * @returns IPRT status code.
    161161 * @param   pStream     The stream (valid).
    162162 */
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp

    r57358 r58171  
    170170 *
    171171 * @returns true / false.
    172  * @param   rc              The iprt status.
     172 * @param   rc              The IPRT status code.
    173173 */
    174174static bool txsTcpIsFatalClientConnectStatus(int rc)
  • trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp

    r57416 r58171  
    331331 * Sends a statistics packet to our peer.
    332332 *
    333  * @returns IPRT status.
     333 * @returns IPRT status code.
    334334 * @param   pStats              The stats to send.
    335335 * @param   hSocket             The TCP socket to send them to.
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