Rev 3386 | Rev 3912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3386 | Rev 3466 | ||
---|---|---|---|
Line 18... | Line 18... | ||
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 | /** |
|
- | 30 | * @defgroup net Networking Service |
|
- | 31 | * @ingroup srvcs |
|
- | 32 | */ |
|
- | 33 | ||
29 | /** |
34 | /** |
30 | * @cond amd64 |
35 | * @cond amd64 |
31 | * @defgroup pci PCI Service |
36 | * @defgroup pci PCI Service |
32 | * @ingroup srvcs |
37 | * @ingroup srvcs |
33 | * @endcond |
38 | * @endcond |
34 | */ |
39 | */ |
35 | 40 | ||
36 | /** |
41 | /** |
37 | * @cond ia32 |
42 | * @cond ia32 |
38 | * @defgroup pci PCI Service |
43 | * @defgroup pci PCI Service |
39 | * @ingroup srvcs |
44 | * @ingroup srvcs |
40 | * @endcond |
45 | * @endcond |
41 | */ |
46 | */ |
42 | 47 | ||
43 | /** |
48 | /** |
44 | * @defgroup emul Emulation Libraries |
49 | * @defgroup emul Emulation Libraries |
45 | * @ingroup uspace |
50 | * @ingroup uspace |
46 | */ |
51 | */ |
47 | 52 | ||
48 | /** |
53 | /** |
49 | * @defgroup sfl Softloat |
54 | * @defgroup sfl Softloat |
50 | * @ingroup emul |
55 | * @ingroup emul |
51 | */ |
56 | */ |
52 | 57 | ||
53 | /** |
58 | /** |
54 | * @defgroup softint Softint |
59 | * @defgroup softint Softint |
55 | * @ingroup emul |
60 | * @ingroup emul |
56 | */ |
61 | */ |
- | 62 |