lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 4122410 was 4122410, checked in by Jakub Jermar <jakub@…>, 7 years ago |
Improve Doxygen documentaion
This is stil WiP. A number of libraries, drivers and services were
converted to using a more hierarchical and decentralized scheme when it
comes to specifying to which doxygen group they belong.
|
-
Property mode
set to
100644
|
File size:
956 bytes
|
Rev | Line | |
---|
[4122410] | 1 | /** @addtogroup net Networking services
|
---|
| 2 | * @ingroup srvs
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | /** @addtogroup udp udp
|
---|
| 6 | * @brief UDP service
|
---|
| 7 | * @ingroup net
|
---|
| 8 | */
|
---|
| 9 |
|
---|
| 10 | /** @addtogroup tcp tcp
|
---|
| 11 | * @brief TCP service
|
---|
| 12 | * @ingroup net
|
---|
| 13 | */
|
---|
| 14 |
|
---|
| 15 | /** @addtogroup slip slip
|
---|
| 16 | * @brief SLIP service
|
---|
| 17 | * @ingroup net
|
---|
| 18 | */
|
---|
| 19 |
|
---|
| 20 |
|
---|
| 21 | /** @addtogroup slip slip
|
---|
| 22 | * @brief SLIP service
|
---|
| 23 | * @ingroup net
|
---|
| 24 | */
|
---|
| 25 |
|
---|
| 26 | /** @addtogroup nconfsrv nconfsrc
|
---|
| 27 | * @brief Network configuration service
|
---|
| 28 | * @ingroup net
|
---|
| 29 | */
|
---|
| 30 |
|
---|
| 31 | /** @addtogroup loopip loopip
|
---|
| 32 | * @brief Loopback IP link provider
|
---|
| 33 | * @ingroup net
|
---|
| 34 | */
|
---|
| 35 |
|
---|
| 36 | /** @addtogroup inetsrv inetsrv
|
---|
| 37 | * @brief Internet Protocol service
|
---|
| 38 | * @ingroup net
|
---|
| 39 | */
|
---|
| 40 |
|
---|
| 41 | /** @addtogroup ethip ethip
|
---|
| 42 | * @brief IP over Ethernet service
|
---|
| 43 | * @ingroup net
|
---|
| 44 | */
|
---|
| 45 |
|
---|
| 46 | /** @addtogroup dhcp dhcp
|
---|
| 47 | * @brief DHCP service
|
---|
| 48 | * @ingroup net
|
---|
| 49 | */
|
---|
| 50 |
|
---|
| 51 | /** @addtogroup dnsres dnsres
|
---|
| 52 | * @brief DNS resolution service
|
---|
| 53 | * @ingroup net
|
---|
| 54 | */
|
---|
| 55 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.