Subversion Repositories HelenOS

Rev

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

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