Subversion Repositories HelenOS

Rev

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

Rev 3912 Rev 4153
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
            /**
-
 
45
             * @defgroup dp8390 Generic DP8390 network interface family service
-
 
46
             * @ingroup netif
-
 
47
             */
-
 
48
 
-
 
49
                /**
-
 
50
                 * @defgroup ne2k NE2000 network interface family
-
 
51
                 * @ingroup dp8390
-
 
52
                 */
-
 
53
 
44
        /**
54
        /**
45
         * @defgroup net_nil Network interface layer
55
         * @defgroup net_nil Network interface layer
46
         * @ingroup net
56
         * @ingroup net
47
         */
57
         */
48
 
58
 
49
            /**
59
            /**
50
             * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
60
             * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
51
             * @ingroup net_nil
61
             * @ingroup net_nil
52
             */
62
             */
53
 
63
 
54
        /**
64
        /**
55
         * @defgroup net_il Inter-networking layer
65
         * @defgroup net_il Inter-networking layer
56
         * @ingroup net
66
         * @ingroup net
57
         */
67
         */
58
 
68
 
59
            /**
69
            /**
60
             * @defgroup arp Address Resolution Protocol (ARP) Service
70
             * @defgroup arp Address Resolution Protocol (ARP) Service
61
             * @ingroup net_il
71
             * @ingroup net_il
62
             */
72
             */
63
 
73
 
64
            /**
74
            /**
65
             * @defgroup ip Internet Protocol (IP) Service
75
             * @defgroup ip Internet Protocol (IP) Service
66
             * @ingroup net_il
76
             * @ingroup net_il
67
             */
77
             */
68
 
78
 
69
        /**
79
        /**
70
         * @defgroup net_tl Transport layer
80
         * @defgroup net_tl Transport layer
71
         * @ingroup net
81
         * @ingroup net
72
         */
82
         */
73
 
83
 
74
            /**
84
            /**
75
             * @defgroup tcp Transmission Control Protocol (TCP) Service
85
             * @defgroup tcp Transmission Control Protocol (TCP) Service
76
             * @ingroup net_tl
86
             * @ingroup net_tl
77
             */
87
             */
78
 
88
 
79
        /**
89
        /**
80
         * @defgroup packet Packet management system
90
         * @defgroup packet Packet management system
81
         * @ingroup net
91
         * @ingroup net
82
         */
92
         */
83
 
93
 
84
    /**
94
    /**
85
     * @cond amd64
95
     * @cond amd64
86
     * @defgroup pci PCI Service
96
     * @defgroup pci PCI Service
87
     * @ingroup srvcs
97
     * @ingroup srvcs
88
     * @endcond
98
     * @endcond
89
     */
99
     */
90
 
100
 
91
    /**
101
    /**
92
     * @cond ia32
102
     * @cond ia32
93
     * @defgroup pci PCI Service
103
     * @defgroup pci PCI Service
94
     * @ingroup srvcs
104
     * @ingroup srvcs
95
     * @endcond
105
     * @endcond
96
     */
106
     */
97
 
107
 
98
/**
108
/**
99
 * @defgroup emul Emulation Libraries
109
 * @defgroup emul Emulation Libraries
100
 * @ingroup uspace
110
 * @ingroup uspace
101
 */
111
 */
102
 
112
 
103
    /**
113
    /**
104
     * @defgroup sfl Softloat
114
     * @defgroup sfl Softloat
105
     * @ingroup emul
115
     * @ingroup emul
106
     */
116
     */
107
 
117
 
108
    /**
118
    /**
109
     * @defgroup softint Softint
119
     * @defgroup softint Softint
110
     * @ingroup emul
120
     * @ingroup emul
111
     */
121
     */
112
 
122
 
113
 
123