Subversion Repositories HelenOS

Rev

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

Rev 3466 Rev 3846
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 Service
31
     * @ingroup srvcs
31
     * @ingroup srvcs
32
     */
32
     */
33
 
33
 
-
 
34
        /**
-
 
35
         * @defgroup arp Address Resolution Protocol (ARP) Service
-
 
36
         * @ingroup net
-
 
37
         */
-
 
38
 
-
 
39
        /**
-
 
40
         * @defgroup eth Ethernet network interface layer Service
-
 
41
         * @ingroup net
-
 
42
         */
-
 
43
 
34
    /**
44
    /**
35
     * @cond amd64
45
     * @cond amd64
36
     * @defgroup pci PCI Service
46
     * @defgroup pci PCI Service
37
     * @ingroup srvcs
47
     * @ingroup srvcs
38
     * @endcond
48
     * @endcond
39
     */
49
     */
40
 
50
 
41
    /**
51
    /**
42
     * @cond ia32
52
     * @cond ia32
43
     * @defgroup pci PCI Service
53
     * @defgroup pci PCI Service
44
     * @ingroup srvcs
54
     * @ingroup srvcs
45
     * @endcond
55
     * @endcond
46
     */
56
     */
47
 
57
 
48
/**
58
/**
49
 * @defgroup emul Emulation Libraries
59
 * @defgroup emul Emulation Libraries
50
 * @ingroup uspace
60
 * @ingroup uspace
51
 */
61
 */
52
 
62
 
53
    /**
63
    /**
54
     * @defgroup sfl Softloat
64
     * @defgroup sfl Softloat
55
     * @ingroup emul
65
     * @ingroup emul
56
     */
66
     */
57
 
67
 
58
    /**
68
    /**
59
     * @defgroup softint Softint
69
     * @defgroup softint Softint
60
     * @ingroup emul
70
     * @ingroup emul
61
     */
71
     */
62
 
72
 
63
 
73