xref: /haiku/docs/user/book.dox (revision 9829800d2c60d6aba146af7fde09601929161730)
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 | \link media_intro \em Introduction \endlink
11  - \ref midi1
12  - \ref midi2 | \link midi2_intro \em Introduction \endlink
13  - \ref storage | \link storage_intro \em Introduction \endlink
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 midi2 MIDI 2 Kit
30  \brief API for producing and consuming MIDI events.
31  \defgroup libmidi2 (libmidi2.so)
32  \defgroup support Support Kit
33  \brief Collection of utility classes that are used throughout the API.
34  \defgroup libbe (libbe.so)
35  \defgroup libroot (libroot.so)
36  \defgroup locale Locale Kit
37  \brief Collection of classes for localizing applications.
38*/
39
40///// Subgroups /////
41
42/*!
43  \defgroup support_globals Global functions in the support kit
44  \ingroup support
45
46  \defgroup layout Layout classes in the Interface Kit
47  \ingroup interface
48*/
49