Subversion Repositories HelenOS

Rev

Rev 4704 | Rev 4757 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4704 Rev 4720
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 Subsystem
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
-
 
93
             * @ingroup net_tl
-
 
94
             */
-
 
95
 
-
 
96
            /**
92
             * @defgroup udp User Datagram Protocol (UDP) Service
97
             * @defgroup udp User Datagram Protocol (UDP) Service
93
             * @ingroup net_tl
98
             * @ingroup net_tl
94
             */
99
             */
95
 
100
 
96
            /**
101
            /**
97
             * @defgroup tcp Transmission Control Protocol (TCP) Service
102
             * @defgroup tcp Transmission Control Protocol (TCP) Service
98
             * @ingroup net_tl
103
             * @ingroup net_tl
99
             */
104
             */
100
 
105
 
101
        /**
106
        /**
102
         * @defgroup packet Packet management system
107
         * @defgroup packet Packet management system
103
         * @ingroup net
108
         * @ingroup net
104
         */
109
         */
105
 
110
 
106
        /**
111
        /**
107
         * @defgroup net_app Applications
112
         * @defgroup net_app Applications
108
         * @ingroup net
113
         * @ingroup net
109
         */
114
         */
110
 
115
 
111
            /**
116
            /**
112
             * @defgroup echo Echo Service
117
             * @defgroup echo Echo Service
113
             * @ingroup net_app
118
             * @ingroup net_app
-
 
119
             */
-
 
120
 
-
 
121
            /**
-
 
122
             * @defgroup ping Ping
-
 
123
             * @ingroup net_app
114
             */
124
             */
115
 
125
 
116
        /**
126
        /**
117
         * @defgroup net_lib Application library
127
         * @defgroup net_lib Application library
118
         * @ingroup net
128
         * @ingroup net
119
         */
129
         */
120
 
130
 
121
            /**
131
            /**
122
             * @defgroup socket Sockets
132
             * @defgroup socket Sockets
123
             * @ingroup net_lib
133
             * @ingroup net_lib
124
             */
134
             */
125
 
135
 
126
            /**
136
            /**
127
             * @defgroup netdb Netdb
137
             * @defgroup netdb Netdb
128
             * @ingroup net_lib
138
             * @ingroup net_lib
129
             */
139
             */
130
 
140
 
131
    /**
141
    /**
132
     * @cond amd64
142
     * @cond amd64
133
     * @defgroup pci PCI Service
143
     * @defgroup pci PCI Service
134
     * @ingroup srvcs
144
     * @ingroup srvcs
135
     * @endcond
145
     * @endcond
136
     */
146
     */
137
 
147
 
138
    /**
148
    /**
139
     * @cond ia32
149
     * @cond ia32
140
     * @defgroup pci PCI Service
150
     * @defgroup pci PCI Service
141
     * @ingroup srvcs
151
     * @ingroup srvcs
142
     * @endcond
152
     * @endcond
143
     */
153
     */
144
 
154
 
145
/**
155
/**
146
 * @defgroup emul Emulation Libraries
156
 * @defgroup emul Emulation Libraries
147
 * @ingroup uspace
157
 * @ingroup uspace
148
 */
158
 */
149
 
159
 
150
    /**
160
    /**
151
     * @defgroup sfl Softloat
161
     * @defgroup sfl Softloat
152
     * @ingroup emul
162
     * @ingroup emul
153
     */
163
     */
154
 
164
 
155
    /**
165
    /**
156
     * @defgroup softint Softint
166
     * @defgroup softint Softint
157
     * @ingroup emul
167
     * @ingroup emul
158
     */
168
     */
159
 
169
 
160
 
170