Changes in uspace/doc/doxygroups.h [15f3c3f:e5291e0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/doc/doxygroups.h
r15f3c3f re5291e0 33 33 34 34 /** 35 * @defgroup n etif Network interface drivers36 * @ingroup net 37 */ 38 39 /** 40 * @defgroup l o Loopback Service41 * @ingroup n etif42 */ 43 44 /** 45 * @defgroup n e2000 NE2000 network interface service46 * @ingroup n etif35 * @defgroup nic Network interface controllers 36 * @ingroup net 37 */ 38 39 /** 40 * @defgroup libnic Base NIC framework library 41 * @ingroup nic 42 */ 43 44 /** 45 * @defgroup nic_drivers Drivers using the NICF 46 * @ingroup nic 47 47 */ 48 48 … … 272 272 273 273 /** 274 * @defgroup drvusbmouse USB mouse driver275 * @ingroup usb276 * @brief USB driver for mouse with boot protocol.277 */278 279 /**280 274 * @defgroup drvusbmast USB mass storage driver 281 275 * @ingroup usb
Note:
See TracChangeset
for help on using the changeset viewer.