Changeset 4687fcd4 in mainline for uspace/doc/doxygroups.h
- Timestamp:
- 2011-01-29T10:19:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72e19f50
- Parents:
- 67a1b78 (diff), a09128c (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/doc/doxygroups.h
r67a1b78 r4687fcd4 195 195 */ 196 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 197 /** 198 * @defgroup usbvirthub Virtual USB hub 199 * @ingroup usbvirt 200 * @brief Extra virtual USB hub for virtual host controller. 201 * @details 202 * Some of the sources are shared with virtual host controller, 203 * see @ref drvusbvhc for the rest of the files. 204 */ 205 206 /** 207 * @defgroup usbvirtkbd Virtual USB keybaord 208 * @ingroup usbvirt 209 * @brief Virtual USB keyboard for virtual host controller. 210 */ 211 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.