xref: /haiku/docs/user/book.dox (revision 837b16251d4b2b6249ebcaa19bb319cbe82c6126)
1/*!
2  \mainpage The Haiku Book
3
4  \section kits Kits and Servers
5
6  - \ref app | \link app_intro \em Introduction \endlink
7  - \ref drivers
8  - \ref interface | \link interface_intro \em Introduction \endlink
9  - \ref locale | \link locale_intro \em Introduction \endlink
10  - \ref media | \em Introduction
11  - \ref midi1
12  - \ref midi2 | \link midi2_intro \em Introduction \endlink
13  - \ref storage | \em Introduction
14  - \ref support | \link support_intro \em Introduction \endlink
15
16  \section notes General Notes and Information
17  - \ref compatibility
18  - \ref apidoc
19  - \ref credits
20*/
21
22///// Define main kits /////
23
24/*!
25  \defgroup app Application Kit
26  \defgroup drivers Drivers
27  \defgroup interface Interface Kit
28  \brief API for displaying a graphical user interface.
29  \defgroup media
30  \defgroup midi2 MIDI 2 Kit
31  \brief API for producing and consuming MIDI events.
32  \defgroup libmidi2 (libmidi2.so)
33  \defgroup storage
34  \defgroup support Support Kit
35  \brief Collection of utility classes that are used throughout the API.
36  \defgroup libbe (libbe.so)
37  \defgroup libroot (libroot.so)
38  \defgroup locale Locale Kit
39  \brief Collection of classes for localizing applications.
40*/
41
42///// Subgroups /////
43
44/*!
45  \defgroup support_globals Global functions in the support kit
46  \ingroup support
47
48  \defgroup layout Layout classes in the Interface Kit
49  \ingroup interface
50*/
51