Subversion Repositories HelenOS

Rev

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

Rev 3846 Rev 3912
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 Service
30
     * @defgroup net Networking Subsystem
31
     * @ingroup srvcs
31
     * @ingroup srvcs
32
     */
32
     */
33
 
33
 
34
        /**
34
        /**
35
         * @defgroup arp Address Resolution Protocol (ARP) Service
35
         * @defgroup netif Network interface drivers
36
         * @ingroup net
36
         * @ingroup net
37
         */
37
         */
38
 
38
 
-
 
39
            /**
-
 
40
             * @defgroup lo Loopback Service
-
 
41
             * @ingroup netif
-
 
42
             */
-
 
43
 
-
 
44
        /**
-
 
45
         * @defgroup net_nil Network interface layer
-
 
46
         * @ingroup net
-
 
47
         */
-
 
48
 
-
 
49
            /**
-
 
50
             * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
-
 
51
             * @ingroup net_nil
-
 
52
             */
-
 
53
 
-
 
54
        /**
-
 
55
         * @defgroup net_il Inter-networking layer
-
 
56
         * @ingroup net
-
 
57
         */
-
 
58
 
-
 
59
            /**
-
 
60
             * @defgroup arp Address Resolution Protocol (ARP) Service
-
 
61
             * @ingroup net_il
-
 
62
             */
-
 
63
 
-
 
64
            /**
-
 
65
             * @defgroup ip Internet Protocol (IP) Service
-
 
66
             * @ingroup net_il
-
 
67
             */
-
 
68
 
-
 
69
        /**
-
 
70
         * @defgroup net_tl Transport layer
-
 
71
         * @ingroup net
-
 
72
         */
-
 
73
 
-
 
74
            /**
-
 
75
             * @defgroup tcp Transmission Control Protocol (TCP) Service
-
 
76
             * @ingroup net_tl
-
 
77
             */
-
 
78
 
39
        /**
79
        /**
40
         * @defgroup eth Ethernet network interface layer Service
80
         * @defgroup packet Packet management system
41
         * @ingroup net
81
         * @ingroup net
42
         */
82
         */
43
 
83
 
44
    /**
84
    /**
45
     * @cond amd64
85
     * @cond amd64
46
     * @defgroup pci PCI Service
86
     * @defgroup pci PCI Service
47
     * @ingroup srvcs
87
     * @ingroup srvcs
48
     * @endcond
88
     * @endcond
49
     */
89
     */
50
 
90
 
51
    /**
91
    /**
52
     * @cond ia32
92
     * @cond ia32
53
     * @defgroup pci PCI Service
93
     * @defgroup pci PCI Service
54
     * @ingroup srvcs
94
     * @ingroup srvcs
55
     * @endcond
95
     * @endcond
56
     */
96
     */
57
 
97
 
58
/**
98
/**
59
 * @defgroup emul Emulation Libraries
99
 * @defgroup emul Emulation Libraries
60
 * @ingroup uspace
100
 * @ingroup uspace
61
 */
101
 */
62
 
102
 
63
    /**
103
    /**
64
     * @defgroup sfl Softloat
104
     * @defgroup sfl Softloat
65
     * @ingroup emul
105
     * @ingroup emul
66
     */
106
     */
67
 
107
 
68
    /**
108
    /**
69
     * @defgroup softint Softint
109
     * @defgroup softint Softint
70
     * @ingroup emul
110
     * @ingroup emul
71
     */
111
     */
72
 
112
 
73
 
113