Changeset 7fc092a in mainline for uspace/doc/doxygroups.h


Ignore:
Timestamp:
2011-01-27T22:09:29Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
db7ed07
Parents:
9ee87f6 (diff), 6265a2b (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:

Changes from development branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/doc/doxygroups.h

    r9ee87f6 r7fc092a  
    4343
    4444                        /**
    45                          * @defgroup dp8390 Generic DP8390 network interface family service
     45                         * @defgroup ne2000 NE2000 network interface service
    4646                         * @ingroup netif
    4747                         */
    48 
    49                                 /**
    50                                  * @defgroup ne2k NE2000 network interface family
    51                                  * @ingroup dp8390
    52                                  */
    5348
    5449                /**
     
    181176         * @brief Library for creating USB devices drivers.
    182177         */
     178
     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
     197         /**
     198          * @defgroup drvusbhub USB hub driver
     199          * @ingroup usb
     200          * @brief USB hub driver.
     201          */
     202
     203         /**
     204          * @defgroup drvusbhid USB HID driver
     205          * @ingroup usb
     206          * @brief USB driver for HID devices.
     207          */
     208
     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.