Subversion Repositories HelenOS

Rev

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

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