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 midi1 9 - \ref midi2 | \link midi2_intro \em Introduction \endlink 10 - \ref support | \link support_intro \em Introduction \endlink 11 12 \section notes General Notes and Information 13 - \ref compatibility 14 - \ref apidoc 15 - \ref credits 16*/ 17 18///// Define main kits ///// 19 20/*! 21 \defgroup app Application Kit 22 \defgroup drivers Drivers 23 \defgroup midi2 MIDI 2 Kit 24 \brief API for producing and consuming MIDI events. 25 \defgroup libmidi2 (libmidi2.so) 26 \defgroup support Support Kit 27 \brief Collection of utility classes that are used throughout the API. 28 \defgroup libbe (libbe.so) 29 \defgroup libroot (libroot.so) 30*/ 31 32///// Subgroups ///// 33 34/*! 35 \defgroup support_globals Global functions in the support kit 36 \ingroup support 37*/ 38