Rev 3912 | Rev 4704 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1740 | jermar | 1 | |
2 | /* Definitions of modules and its relations for generating Doxygen documentation */ |
||
3 | |||
4 | /** |
||
5 | * @defgroup srvcs HelenOS Services |
||
6 | * @ingroup uspace |
||
7 | */ |
||
8 | |||
9 | /** |
||
10 | * @defgroup ns Naming Service |
||
11 | * @ingroup srvcs |
||
12 | */ |
||
13 | |||
14 | /** |
||
15 | * @defgroup kbd Keyboard Service |
||
16 | * @ingroup srvcs |
||
17 | */ |
||
18 | |||
19 | /** |
||
20 | * @defgroup fbs Framebuffer Service |
||
21 | * @ingroup srvcs |
||
22 | */ |
||
3466 | mejdrech | 23 | |
1740 | jermar | 24 | /** |
25 | * @defgroup console Console Service |
||
26 | * @ingroup srvcs |
||
27 | */ |
||
3466 | mejdrech | 28 | |
1740 | jermar | 29 | /** |
3912 | mejdrech | 30 | * @defgroup net Networking Subsystem |
3466 | mejdrech | 31 | * @ingroup srvcs |
32 | */ |
||
33 | |||
3846 | mejdrech | 34 | /** |
3912 | mejdrech | 35 | * @defgroup netif Network interface drivers |
3846 | mejdrech | 36 | * @ingroup net |
37 | */ |
||
38 | |||
3912 | mejdrech | 39 | /** |
40 | * @defgroup lo Loopback Service |
||
41 | * @ingroup netif |
||
42 | */ |
||
43 | |||
4153 | mejdrech | 44 | /** |
45 | * @defgroup dp8390 Generic DP8390 network interface family service |
||
46 | * @ingroup netif |
||
47 | */ |
||
48 | |||
49 | /** |
||
50 | * @defgroup ne2k NE2000 network interface family |
||
51 | * @ingroup dp8390 |
||
52 | */ |
||
53 | |||
3846 | mejdrech | 54 | /** |
3912 | mejdrech | 55 | * @defgroup net_nil Network interface layer |
3846 | mejdrech | 56 | * @ingroup net |
57 | */ |
||
58 | |||
3912 | mejdrech | 59 | /** |
60 | * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service |
||
61 | * @ingroup net_nil |
||
62 | */ |
||
63 | |||
64 | /** |
||
65 | * @defgroup net_il Inter-networking layer |
||
66 | * @ingroup net |
||
67 | */ |
||
68 | |||
69 | /** |
||
70 | * @defgroup arp Address Resolution Protocol (ARP) Service |
||
71 | * @ingroup net_il |
||
72 | */ |
||
73 | |||
74 | /** |
||
75 | * @defgroup ip Internet Protocol (IP) Service |
||
76 | * @ingroup net_il |
||
77 | */ |
||
78 | |||
79 | /** |
||
80 | * @defgroup net_tl Transport layer |
||
81 | * @ingroup net |
||
82 | */ |
||
83 | |||
84 | /** |
||
85 | * @defgroup tcp Transmission Control Protocol (TCP) Service |
||
86 | * @ingroup net_tl |
||
87 | */ |
||
88 | |||
89 | /** |
||
90 | * @defgroup packet Packet management system |
||
91 | * @ingroup net |
||
92 | */ |
||
93 | |||
3466 | mejdrech | 94 | /** |
1740 | jermar | 95 | * @cond amd64 |
96 | * @defgroup pci PCI Service |
||
97 | * @ingroup srvcs |
||
98 | * @endcond |
||
99 | */ |
||
3466 | mejdrech | 100 | |
1740 | jermar | 101 | /** |
102 | * @cond ia32 |
||
103 | * @defgroup pci PCI Service |
||
104 | * @ingroup srvcs |
||
105 | * @endcond |
||
106 | */ |
||
3466 | mejdrech | 107 | |
1740 | jermar | 108 | /** |
109 | * @defgroup emul Emulation Libraries |
||
110 | * @ingroup uspace |
||
111 | */ |
||
3466 | mejdrech | 112 | |
1740 | jermar | 113 | /** |
114 | * @defgroup sfl Softloat |
||
115 | * @ingroup emul |
||
116 | */ |
||
3466 | mejdrech | 117 | |
1740 | jermar | 118 | /** |
119 | * @defgroup softint Softint |
||
120 | * @ingroup emul |
||
121 | */ |
||
3466 | mejdrech | 122 |