Changes in uspace/doc/doxygroups.h [db3de8c:f902d36] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/doc/doxygroups.h
rdb3de8c rf902d36 150 150 * @endcond 151 151 */ 152 152 153 153 /** 154 154 * @defgroup emul Emulation Libraries … … 165 165 * @ingroup emul 166 166 */ 167 168 /**169 * @defgroup usb USB170 * @ingroup uspace171 * @brief USB support for HelenOS.172 */173 /**174 * @defgroup libusb USB library175 * @ingroup usb176 * @brief Library for creating USB devices drivers.177 */178 179 /**180 * @defgroup usbvirt USB virtualization181 * @ingroup usb182 * @brief Support for virtual USB devices.183 */184 185 /**186 * @defgroup libusbvirt USB virtualization library187 * @ingroup usbvirt188 * @brief Library for creating virtual USB devices.189 */190 191 /**192 * @defgroup drvusbvhc Virtual USB host controller193 * @ingroup usbvirt194 * @brief Driver simulating work of USB host controller.195 */196 197 /**198 * @defgroup drvusbhub USB hub driver199 * @ingroup usb200 * @brief USB hub driver.201 */202 203 /**204 * @defgroup drvusbhid USB HID driver205 * @ingroup usb206 * @brief USB driver for HID devices.207 */208 209 /**210 * @defgroup drvusbuhci UHCI driver211 * @ingroup usb212 * @brief Driver for USB host controller UHCI.213 */214
Note:
See TracChangeset
for help on using the changeset viewer.