Changeset 192a0063 in mainline for uspace/doc/doxygroups.h


Ignore:
Timestamp:
2011-01-26T14:50:32Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6265a2b
Parents:
e0ba26b (diff), ba54451 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged vojtechhorky/ - doxy doc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/doc/doxygroups.h

    re0ba26b r192a0063  
    177177         */
    178178
     179        /**
     180         * @defgroup usbvirt USB virtualization
     181         * @ingroup usb
     182         * @brief Support for virtual USB devices.
     183         */
     184
     185                /**
     186                 * @defgroup libusbvirt USB virtualization library
     187                 * @ingroup usbvirt
     188                 * @brief Library for creating virtual USB devices.
     189                 */
     190
     191                /**
     192                 * @defgroup drvusbvhc Virtual USB host controller
     193                 * @ingroup usbvirt
     194                 * @brief Driver simulating work of USB host controller.
     195                 */
     196
    179197         /**
    180           * @defgroup usbhub USB hub driver
     198          * @defgroup drvusbhub USB hub driver
    181199          * @ingroup usb
    182200          * @brief USB hub driver.
    183201          */
     202
     203         /**
     204          * @defgroup drvusbhid USB HID driver
     205          * @ingroup usb
     206          * @brief USB driver for HID devices.
    184207          */
    185208
     209         /**
     210          * @defgroup drvusbuhci UHCI driver
     211          * @ingroup usb
     212          * @brief Driver for USB host controller UHCI.
     213          */
     214
Note: See TracChangeset for help on using the changeset viewer.