VirtualBox

Ignore:
Timestamp:
Jun 16, 2012 7:24:15 PM (12 years ago)
Author:
vboxsync
Message:

Doxygen, comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp

    r41777 r41783  
    101101 *
    102102 * @returns VBox status code.
    103  * @param   pVM             The VM handle.
     103 * @param   pVM             Pointer to the VM.
    104104 * @param   pDrvIns         The driver instance of the hub.
    105105 * @param   fVersions       Indicates the kinds of USB devices that can be attached to this HUB.
     
    276276 *
    277277 * @returns VBox status code.
    278  * @param   pVM         The VM handle.
     278 * @param   pVM         Pointer to the VM.
    279279 */
    280280int pdmR3UsbLoadModules(PVM pVM)
     
    386386 *
    387387 * @returns VBox status code.
    388  * @param   pVM         The VM handle.
     388 * @param   pVM         Pointer to the VM.
    389389 */
    390390int pdmR3UsbVMInitComplete(PVM pVM)
     
    427427 * @returns VINF_SUCCESS and *ppHub on success.
    428428 *          VERR_PDM_NO_USB_HUBS or VERR_PDM_NO_USB_PORTS on failure.
    429  * @param   pVM             The VM handle.
     429 * @param   pVM             Pointer to the VM.
    430430 * @param   iUsbVersion     The USB device version.
    431431 * @param   ppHub           Where to store the pointer to the USB hub.
     
    456456 *
    457457 * @returns VBox status code.
    458  * @param   pVM             The VM handle.
     458 * @param   pVM             Pointer to the VM.
    459459 * @param   pUsbDev         The USB device emulation.
    460460 * @param   iInstance       -1 if not called by pdmR3UsbInstantiateDevices().
     
    838838 *
    839839 * @returns VBox status code.
    840  * @param   pVM             The VM handle.
     840 * @param   pVM             Pointer to the VM.
    841841 * @param   pUuid           The UUID to be associated with the device.
    842842 * @param   fRemote         Whether it's a remove or local device.
     
    10101010 *
    10111011 * @returns VBox status code.
    1012  * @param   pVM             The VM handle.
     1012 * @param   pVM             Pointer to the VM.
    10131013 * @param   pUuid           The UUID associated with the device to detach.
    10141014 * @thread  EMT
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