2003-03-11 21:52:03 +03:00
|
|
|
/*!
|
2007-04-02 15:39:10 +04:00
|
|
|
\mainpage The Haiku Book
|
2003-03-11 21:52:03 +03:00
|
|
|
|
2007-04-02 15:39:10 +04:00
|
|
|
\section kits Kits and Servers
|
2003-03-11 21:52:03 +03:00
|
|
|
|
2007-08-08 14:29:30 +04:00
|
|
|
- \ref app | \link app_intro \em Introduction \endlink
|
2007-04-04 05:27:50 +04:00
|
|
|
- \ref drivers
|
2007-04-02 15:39:10 +04:00
|
|
|
- \ref midi1
|
|
|
|
- \ref midi2 | \link midi2_intro \em Introduction \endlink
|
|
|
|
- \ref support | \link support_intro \em Introduction \endlink
|
2007-03-02 16:36:32 +03:00
|
|
|
|
2007-04-02 15:39:10 +04:00
|
|
|
\section notes General Notes and Information
|
|
|
|
- \ref compatibility
|
|
|
|
- \ref apidoc
|
2007-05-23 13:25:00 +04:00
|
|
|
- \ref credits
|
2006-09-12 16:13:49 +04:00
|
|
|
*/
|
|
|
|
|
2007-04-02 15:39:10 +04:00
|
|
|
///// Define main kits /////
|
2007-03-02 16:36:32 +03:00
|
|
|
|
2006-09-12 16:13:49 +04:00
|
|
|
/*!
|
2007-05-23 13:25:00 +04:00
|
|
|
\defgroup app Application Kit
|
2007-04-04 05:27:50 +04:00
|
|
|
\defgroup drivers Drivers
|
2007-04-02 15:39:10 +04:00
|
|
|
\defgroup midi2 MIDI 2 Kit
|
|
|
|
\brief API for producing and consuming MIDI events.
|
|
|
|
\defgroup libmidi2 (libmidi2.so)
|
|
|
|
\defgroup support Support Kit
|
|
|
|
\brief Collection of utility classes that are used throughout the API.
|
|
|
|
\defgroup libbe (libbe.so)
|
|
|
|
\defgroup libroot (libroot.so)
|
2003-03-11 21:52:03 +03:00
|
|
|
*/
|
2007-02-26 13:34:35 +03:00
|
|
|
|
2007-04-02 15:39:10 +04:00
|
|
|
///// Subgroups /////
|
2007-02-26 13:34:35 +03:00
|
|
|
|
|
|
|
/*!
|
2007-04-02 15:39:10 +04:00
|
|
|
\defgroup support_globals Global functions in the support kit
|
|
|
|
\ingroup support
|
2007-04-04 05:27:50 +04:00
|
|
|
*/
|