Subversion Repositories HelenOS

Rev

Rev 3386 | Rev 3846 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1740 jermar 1
 
2
/* Definitions of modules and its relations for generating Doxygen documentation */
3
 
4
/**
5
 * @defgroup srvcs HelenOS Services
6
 * @ingroup uspace
7
 */
8
 
9
    /**
10
     * @defgroup ns Naming Service
11
     * @ingroup srvcs
12
     */
13
 
14
    /**
15
     * @defgroup kbd Keyboard Service
16
     * @ingroup srvcs
17
     */
18
 
19
    /**
20
     * @defgroup fbs Framebuffer Service
21
     * @ingroup srvcs
22
     */
3466 mejdrech 23
 
1740 jermar 24
    /**
25
     * @defgroup console Console Service
26
     * @ingroup srvcs
27
     */
3466 mejdrech 28
 
1740 jermar 29
    /**
3466 mejdrech 30
     * @defgroup net Networking Service
31
     * @ingroup srvcs
32
     */
33
 
34
    /**
1740 jermar 35
     * @cond amd64
36
     * @defgroup pci PCI Service
37
     * @ingroup srvcs
38
     * @endcond
39
     */
3466 mejdrech 40
 
1740 jermar 41
    /**
42
     * @cond ia32
43
     * @defgroup pci PCI Service
44
     * @ingroup srvcs
45
     * @endcond
46
     */
3466 mejdrech 47
 
1740 jermar 48
/**
49
 * @defgroup emul Emulation Libraries
50
 * @ingroup uspace
51
 */
3466 mejdrech 52
 
1740 jermar 53
    /**
54
     * @defgroup sfl Softloat
55
     * @ingroup emul
56
     */
3466 mejdrech 57
 
1740 jermar 58
    /**
59
     * @defgroup softint Softint
60
     * @ingroup emul
61
     */
3466 mejdrech 62