xref: /haiku/docs/user/book.dox (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
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 midi1
11  - \ref midi2 | \link midi2_intro \em Introduction \endlink
12  - \ref support | \link support_intro \em Introduction \endlink
13
14  \section notes General Notes and Information
15  - \ref compatibility
16  - \ref apidoc
17  - \ref credits
18*/
19
20///// Define main kits /////
21
22/*!
23  \defgroup app Application Kit
24  \defgroup drivers Drivers
25  \defgroup interface Interface Kit
26  \brief API for displaying a graphical user interface.
27  \defgroup midi2 MIDI 2 Kit
28  \brief API for producing and consuming MIDI events.
29  \defgroup libmidi2 (libmidi2.so)
30  \defgroup support Support Kit
31  \brief Collection of utility classes that are used throughout the API.
32  \defgroup libbe (libbe.so)
33  \defgroup libroot (libroot.so)
34  \defgroup locale Locale Kit
35  \brief Collection of classes for localizing applications.
36*/
37
38///// Subgroups /////
39
40/*!
41  \defgroup support_globals Global functions in the support kit
42  \ingroup support
43
44  \defgroup layout Layout classes in the Interface Kit
45  \ingroup interface
46*/
47