Subversion Repositories HelenOS

Rev

Rev 4757 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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