VirtualBox

Changeset 99739 in vbox for trunk/src/VBox/Devices/USB/usbip


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/usbip/USBProxyDevice-usbip.cpp

    r98103 r99739  
    457457 * Converts a request/reply header from network to host endianness.
    458458 *
    459  * @returns nothing.
    460459 * @param   pHdr    The header to convert.
    461460 */
     
    472471 * Converts a request/reply header from host to network endianness.
    473472 *
    474  * @returns nothing.
    475473 * @param   pHdr              The header to convert.
    476474 */
     
    487485 * Converts a submit request from host to network endianness.
    488486 *
    489  * @returns nothing.
    490487 * @param   pReqSubmit        The submit request to convert.
    491488 */
     
    503500 * Converts a submit reply from network to host endianness.
    504501 *
    505  * @returns nothing.
    506502 * @param   pReqSubmit        The submit reply to convert.
    507503 */
     
    519515 * Converts a isochronous packet descriptor from host to network endianness.
    520516 *
    521  * @returns nothing.
    522517 * @param   pIsocPktDesc      The packet descriptor to convert.
    523518 */
     
    533528 * Converts a isochronous packet descriptor from network to host endianness.
    534529 *
    535  * @returns nothing.
    536530 * @param   pIsocPktDesc      The packet descriptor to convert.
    537531 */
     
    547541 * Converts a unlink request from host to network endianness.
    548542 *
    549  * @returns nothing.
    550543 * @param   pReqUnlink        The unlink request to convert.
    551544 */
     
    559552 * Converts a unlink reply from network to host endianness.
    560553 *
    561  * @returns nothing.
    562554 * @param   pRetUnlink        The unlink reply to convert.
    563555 */
     
    571563 * Convert the given exported device structure from host to network byte order.
    572564 *
    573  * @returns nothing.
    574565 * @param   pDevice           The device structure to convert.
    575566 */
     
    624615 * Links a given URB into the given list.
    625616 *
    626  * @returns nothing.
    627617 * @param   pProxyDevUsbIp    The USB/IP proxy device data.
    628618 * @param   pList             The list to link the URB into.
     
    640630 * Unlinks a given URB from the current assigned list.
    641631 *
    642  * @returns nothing.
    643632 * @param   pProxyDevUsbIp    The USB/IP proxy device data.
    644633 * @param   pUrbUsbIp         The URB to unlink.
     
    667656 * Frees the given USB/IP URB state.
    668657 *
    669  * @returns nothing.
    670658 * @param   pProxyDevUsbIp    The USB/IP proxy device data.
    671659 * @param   pUrbUsbIp         The USB/IP speciic URB data.
     
    897885 * Resets the receive state for a new reply.
    898886 *
    899  * @returns nothing.
    900887 * @param  pProxyDevUsbIp    The USB/IP proxy device data.
    901888 */
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