Changes in uspace/doc/doxygroups.h [f902d36:c0e1be7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/doc/doxygroups.h
rf902d36 rc0e1be7 43 43 44 44 /** 45 * @defgroup ne2000 NE2000 network interfaceservice45 * @defgroup dp8390 Generic DP8390 network interface family service 46 46 * @ingroup netif 47 47 */ 48 49 /** 50 * @defgroup ne2k NE2000 network interface family 51 * @ingroup dp8390 52 */ 48 53 49 54 /** … … 150 155 * @endcond 151 156 */ 152 157 153 158 /** 154 159 * @defgroup emul Emulation Libraries … … 165 170 * @ingroup emul 166 171 */ 172 173 /** 174 * @defgroup usb USB 175 * @ingroup uspace 176 * @brief USB support for HelenOS. 177 */ 178 /** 179 * @defgroup libusb USB library 180 * @ingroup usb 181 * @brief Library for creating USB devices drivers. 182 */
Note:
See TracChangeset
for help on using the changeset viewer.