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