source: mainline/uspace/doc/doxygroups.h@ 1356a04c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 1356a04c was 0166e99, checked in by jermar <jermar@…>, 17 years ago

Merge the uspace branch.

  • Property mode set to 100644
File size: 778 bytes
Line 
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 */
Note: See TracBrowser for help on using the repository browser.