Rev 4704 | Rev 4757 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1740 | jermar | 1 | |
4704 | mejdrech | 2 | /** @file |
3 | * Definitions of modules and its relations for generating Doxygen documentation. |
||
4 | */ |
||
1740 | jermar | 5 | |
6 | /** |
||
7 | * @defgroup srvcs HelenOS Services |
||
8 | * @ingroup uspace |
||
9 | */ |
||
10 | |||
11 | /** |
||
12 | * @defgroup ns Naming Service |
||
13 | * @ingroup srvcs |
||
14 | */ |
||
15 | |||
16 | /** |
||
17 | * @defgroup kbd Keyboard Service |
||
18 | * @ingroup srvcs |
||
19 | */ |
||
20 | |||
21 | /** |
||
22 | * @defgroup fbs Framebuffer Service |
||
23 | * @ingroup srvcs |
||
24 | */ |
||
3466 | mejdrech | 25 | |
1740 | jermar | 26 | /** |
27 | * @defgroup console Console Service |
||
28 | * @ingroup srvcs |
||
29 | */ |
||
3466 | mejdrech | 30 | |
1740 | jermar | 31 | /** |
3912 | mejdrech | 32 | * @defgroup net Networking Subsystem |
3466 | mejdrech | 33 | * @ingroup srvcs |
34 | */ |
||
35 | |||
3846 | mejdrech | 36 | /** |
3912 | mejdrech | 37 | * @defgroup netif Network interface drivers |
3846 | mejdrech | 38 | * @ingroup net |
39 | */ |
||
40 | |||
3912 | mejdrech | 41 | /** |
42 | * @defgroup lo Loopback Service |
||
43 | * @ingroup netif |
||
44 | */ |
||
45 | |||
4153 | mejdrech | 46 | /** |
47 | * @defgroup dp8390 Generic DP8390 network interface family service |
||
48 | * @ingroup netif |
||
49 | */ |
||
50 | |||
51 | /** |
||
52 | * @defgroup ne2k NE2000 network interface family |
||
53 | * @ingroup dp8390 |
||
54 | */ |
||
55 | |||
3846 | mejdrech | 56 | /** |
3912 | mejdrech | 57 | * @defgroup net_nil Network interface layer |
3846 | mejdrech | 58 | * @ingroup net |
59 | */ |
||
60 | |||
3912 | mejdrech | 61 | /** |
62 | * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service |
||
63 | * @ingroup net_nil |
||
64 | */ |
||
65 | |||
4699 | mejdrech | 66 | /** |
67 | * @defgroup nildummy Dummy network interface layer Service |
||
68 | * @ingroup net_nil |
||
69 | */ |
||
70 | |||
3912 | mejdrech | 71 | /** |
72 | * @defgroup net_il Inter-networking layer |
||
73 | * @ingroup net |
||
74 | */ |
||
75 | |||
76 | /** |
||
77 | * @defgroup arp Address Resolution Protocol (ARP) Service |
||
78 | * @ingroup net_il |
||
79 | */ |
||
80 | |||
81 | /** |
||
82 | * @defgroup ip Internet Protocol (IP) Service |
||
83 | * @ingroup net_il |
||
84 | */ |
||
85 | |||
86 | /** |
||
87 | * @defgroup net_tl Transport layer |
||
88 | * @ingroup net |
||
89 | */ |
||
90 | |||
91 | /** |
||
4720 | mejdrech | 92 | * @defgroup icmp Internet Control Message Protocol (ICMP) Service |
93 | * @ingroup net_tl |
||
94 | */ |
||
95 | |||
96 | /** |
||
4699 | mejdrech | 97 | * @defgroup udp User Datagram Protocol (UDP) Service |
98 | * @ingroup net_tl |
||
99 | */ |
||
100 | |||
101 | /** |
||
3912 | mejdrech | 102 | * @defgroup tcp Transmission Control Protocol (TCP) Service |
103 | * @ingroup net_tl |
||
104 | */ |
||
105 | |||
106 | /** |
||
107 | * @defgroup packet Packet management system |
||
108 | * @ingroup net |
||
109 | */ |
||
110 | |||
4699 | mejdrech | 111 | /** |
112 | * @defgroup net_app Applications |
||
113 | * @ingroup net |
||
114 | */ |
||
115 | |||
116 | /** |
||
117 | * @defgroup echo Echo Service |
||
118 | * @ingroup net_app |
||
119 | */ |
||
120 | |||
4720 | mejdrech | 121 | /** |
122 | * @defgroup ping Ping |
||
123 | * @ingroup net_app |
||
124 | */ |
||
125 | |||
4699 | mejdrech | 126 | /** |
127 | * @defgroup net_lib Application library |
||
128 | * @ingroup net |
||
129 | */ |
||
130 | |||
131 | /** |
||
132 | * @defgroup socket Sockets |
||
133 | * @ingroup net_lib |
||
134 | */ |
||
135 | |||
136 | /** |
||
137 | * @defgroup netdb Netdb |
||
138 | * @ingroup net_lib |
||
139 | */ |
||
140 | |||
3466 | mejdrech | 141 | /** |
1740 | jermar | 142 | * @cond amd64 |
143 | * @defgroup pci PCI Service |
||
144 | * @ingroup srvcs |
||
145 | * @endcond |
||
146 | */ |
||
3466 | mejdrech | 147 | |
1740 | jermar | 148 | /** |
149 | * @cond ia32 |
||
150 | * @defgroup pci PCI Service |
||
151 | * @ingroup srvcs |
||
152 | * @endcond |
||
153 | */ |
||
3466 | mejdrech | 154 | |
1740 | jermar | 155 | /** |
156 | * @defgroup emul Emulation Libraries |
||
157 | * @ingroup uspace |
||
158 | */ |
||
3466 | mejdrech | 159 | |
1740 | jermar | 160 | /** |
161 | * @defgroup sfl Softloat |
||
162 | * @ingroup emul |
||
163 | */ |
||
3466 | mejdrech | 164 | |
1740 | jermar | 165 | /** |
166 | * @defgroup softint Softint |
||
167 | * @ingroup emul |
||
168 | */ |
||
3466 | mejdrech | 169 |