Changeset a09128c in mainline for uspace/doc/doxygroups.h


Ignore:
Timestamp:
2011-01-28T21:43:12Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c3beeb, 4687fcd4, c2772b8
Parents:
c113056 (diff), 632ed68 (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:

Merge: Doc update, usbkbd is usbhid, PCI I/O regs

Renamed usbkbd driver to usbhid.

Implemented ticket 46 (Get addresses of I/O registers from PCI).

Add some Doxygen groups (for usbhid driver and usbinfo application).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/doc/doxygroups.h

    rc113056 ra09128c  
    210210                 */
    211211
    212          /**
    213           * @defgroup drvusbhub USB hub driver
    214           * @ingroup usb
    215           * @brief USB hub driver.
    216           */
    217 
    218          /**
    219           * @defgroup drvusbhid USB HID driver
    220           * @ingroup usb
    221           * @brief USB driver for HID devices.
    222           */
    223 
    224          /**
    225           * @defgroup drvusbuhci UHCI driver
    226           * @ingroup usb
    227           * @brief Driver for USB host controller UHCI.
    228           */
    229 
     212        /**
     213         * @defgroup usbinfo USB info application
     214         * @ingroup usb
     215         * @brief Application for querying USB devices.
     216         * @details
     217         * The intended usage of this application is to query new USB devices
     218         * for their descriptors etc. to simplify driver writing.
     219         */
     220
     221        /**
     222         * @defgroup drvusbhub USB hub driver
     223         * @ingroup usb
     224         * @brief USB hub driver.
     225         */
     226
     227        /**
     228         * @defgroup drvusbhid USB HID driver
     229         * @ingroup usb
     230         * @brief USB driver for HID devices.
     231         */
     232
     233        /**
     234         * @defgroup drvusbuhci UHCI driver
     235         * @ingroup usb
     236         * @brief Driver for USB host controller UHCI.
     237         */
     238
Note: See TracChangeset for help on using the changeset viewer.