Subversion Repositories HelenOS

Rev

Rev 4720 | 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
 
4757 mejdrech 126
			/**
127
			 * @defgroup nettest Networking tests
128
			 * @ingroup net_app
129
			 */
130
 
4699 mejdrech 131
		/**
132
		 * @defgroup net_lib Application library
133
		 * @ingroup net
134
		 */
135
 
136
			/**
137
			 * @defgroup socket Sockets
138
			 * @ingroup net_lib
139
			 */
140
 
141
			/**
142
			 * @defgroup netdb Netdb
143
			 * @ingroup net_lib
144
			 */
145
 
3466 mejdrech 146
	/**
1740 jermar 147
	 * @cond amd64
148
	 * @defgroup pci PCI Service
149
	 * @ingroup srvcs
150
	 * @endcond
151
	 */
3466 mejdrech 152
 
1740 jermar 153
	/**
154
	 * @cond ia32
155
	 * @defgroup pci PCI Service
156
	 * @ingroup srvcs
157
	 * @endcond
158
	 */
3466 mejdrech 159
 
1740 jermar 160
/**
161
 * @defgroup emul Emulation Libraries
162
 * @ingroup uspace
163
 */
3466 mejdrech 164
 
1740 jermar 165
 	/**
166
	 * @defgroup sfl Softloat
167
	 * @ingroup emul
168
	 */
3466 mejdrech 169
 
1740 jermar 170
	/**
171
	 * @defgroup softint Softint
172
	 * @ingroup emul
173
	 */
3466 mejdrech 174