Rev 1787 | 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 | */ |
||
23 | |||
24 | /** |
||
25 | * @defgroup console Console Service |
||
26 | * @ingroup srvcs |
||
27 | */ |
||
28 | |||
29 | /** |
||
30 | * @cond amd64 |
||
31 | * @defgroup pci PCI Service |
||
32 | * @ingroup srvcs |
||
33 | * @endcond |
||
34 | */ |
||
35 | |||
36 | /** |
||
37 | * @cond ia32 |
||
38 | * @defgroup pci PCI Service |
||
39 | * @ingroup srvcs |
||
40 | * @endcond |
||
41 | */ |
||
42 | |||
43 | /** |
||
44 | * @defgroup emul Emulation Libraries |
||
45 | * @ingroup uspace |
||
46 | */ |
||
47 | |||
48 | /** |
||
49 | * @defgroup sfl Softloat |
||
50 | * @ingroup emul |
||
51 | */ |
||
52 | |||
53 | /** |
||
54 | * @defgroup softint Softint |
||
55 | * @ingroup emul |
||
56 | */ |