VirtualBox

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/ValidationKit/utils
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/serial/SerialTest.cpp

    r98103 r99739  
    236236 * Initializes a TX buffer.
    237237 *
    238  * @returns nothing.
    239238 * @param   pSerBuf             The serial buffer to initialize.
    240239 * @param   cbTx                Maximum number of bytes to transmit.
     
    253252 * Initializes a RX buffer.
    254253 *
    255  * @returns nothing.
    256254 * @param   pSerBuf             The serial buffer to initialize.
    257255 * @param   cbRx                Maximum number of bytes to receive.
     
    270268 * Prepares the given TX buffer with data for sending it out.
    271269 *
    272  * @returns nothing.
    273270 * @param   pSerBuf             The TX buffer pointer.
    274271 */
  • trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp

    r98763 r99739  
    524524 * Initialize the given request for submission.
    525525 *
    526  * @returns nothing.
    527526 * @param   pJob                The job data for the current worker.
    528527 * @param   pIoReq              The request to initialize.
     
    640639 * Frees allocated resources specific for the current test.
    641640 *
    642  * @returns nothing.
    643641 * @param   pJob                The job data for the current worker.
    644642 */
     
    809807 * test finished.
    810808 *
    811  * @returns nothing.
    812809 * @param   pJob                The job data.
    813810 */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTest.cpp

    r98103 r99739  
    478478 * Test execution worker.
    479479 *
    480  * @returns nothing.
    481480 * @param   pszDevice    The device to use for testing.
    482481 */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp

    r98103 r99739  
    10701070 * Destroys a client instance.
    10711071 *
    1072  * @returns nothing.
    10731072 * @param   pClient             The UTS client structure.
    10741073 */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp

    r98103 r99739  
    8989 * Destroys a gadget instance.
    9090 *
    91  * @returns nothing.
    9291 * @param   pThis    The gadget instance.
    9392 */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp

    r98103 r99739  
    244244 * Cleans up any leftover configurations from the gadget class.
    245245 *
    246  * @returns nothing.
    247246 * @param   pClass            The gadget class instance data.
    248247 */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp

    r98103 r99739  
    8888 * Destroys a gadget host instance.
    8989 *
    90  * @returns nothing.
    9190 * @param   pThis    The gadget host instance.
    9291 */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h

    r98103 r99739  
    7777     * Terminates the gadget host interface.
    7878     *
    79      * @returns nothing.
    8079     * @param   pIf           The interface specific instance data.
    8180     */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h

    r98103 r99739  
    7777     * Terminates the gadget class instance.
    7878     *
    79      * @returns nothing.
    8079     * @param   pClass        The interface specific instance data.
    8180     */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp

    r98103 r99739  
    5050 * Converts a UTS packet header from host to network byte order.
    5151 *
    52  * @returns nothing.
    5352 * @param   pPktHdr          The packet header to convert.
    5453 */
     
    6362 * Converts a UTS packet header from network to host byte order.
    6463 *
    65  * @returns nothing.
    6664 * @param   pPktHdr          The packet header to convert.
    6765 */
     
    7674 * Converts a UTS status header from host to network byte order.
    7775 *
    78  * @returns nothing.
    7976 * @param   pPktHdr          The packet header to convert.
    8077 */
     
    9087 * Converts a UTS status header from network to host byte order.
    9188 *
    92  * @returns nothing.
    9389 * @param   pPktHdr          The packet header to convert.
    9490 */
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h

    r98103 r99739  
    344344 * Converts a UTS request packet from host to network byte ordering.
    345345 *
    346  * @returns nothing.
    347346 * @param   pPktHdr           The packet to convert.
    348347 */
     
    352351 * Converts a UTS request packet from network to host byte ordering.
    353352 *
    354  * @returns nothing.
    355353 * @param   pPktHdr           The packet to convert.
    356354 */
     
    360358 * Converts a UTS reply packet from host to network byte ordering.
    361359 *
    362  * @returns nothing.
    363360 * @param   pPktHdr           The packet to convert.
    364361 */
     
    368365 * Converts a UTS reply packet from network to host byte ordering.
    369366 *
    370  * @returns nothing.
    371367 * @param   pPktHdr           The packet to convert.
    372368 */
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