Rev 3466 | Rev 4153 | 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 | |||
3846 | mejdrech | 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 | |||
3466 | mejdrech | 44 | /** |
1740 | jermar | 45 | * @cond amd64 |
46 | * @defgroup pci PCI Service |
||
47 | * @ingroup srvcs |
||
48 | * @endcond |
||
49 | */ |
||
3466 | mejdrech | 50 | |
1740 | jermar | 51 | /** |
52 | * @cond ia32 |
||
53 | * @defgroup pci PCI Service |
||
54 | * @ingroup srvcs |
||
55 | * @endcond |
||
56 | */ |
||
3466 | mejdrech | 57 | |
1740 | jermar | 58 | /** |
59 | * @defgroup emul Emulation Libraries |
||
60 | * @ingroup uspace |
||
61 | */ |
||
3466 | mejdrech | 62 | |
1740 | jermar | 63 | /** |
64 | * @defgroup sfl Softloat |
||
65 | * @ingroup emul |
||
66 | */ |
||
3466 | mejdrech | 67 | |
1740 | jermar | 68 | /** |
69 | * @defgroup softint Softint |
||
70 | * @ingroup emul |
||
71 | */ |
||
3466 | mejdrech | 72 |