haiku/docs/user/book.dox
Adrien Destugues 0a4e27c50b * Fixed the main page entry for locale kit
* Also parse the actual code to get the methods shown in the classes, inheritance diagrams, and all that stuff
 * Add some docs on date formatting to BLocale


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37925 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-05 12:09:20 +00:00

41 lines
1.0 KiB
Plaintext

/*!
\mainpage The Haiku Book
\section kits Kits and Servers
- \ref app | \link app_intro \em Introduction \endlink
- \ref drivers
- \ref locale | \link locale_intro \em Introduction \endlink
- \ref midi1
- \ref midi2 | \link midi2_intro \em Introduction \endlink
- \ref support | \link support_intro \em Introduction \endlink
\section notes General Notes and Information
- \ref compatibility
- \ref apidoc
- \ref credits
*/
///// Define main kits /////
/*!
\defgroup app Application Kit
\defgroup drivers Drivers
\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)
\defgroup locale Locale Kit
\brief Collection of classes for localizing applications.
*/
///// Subgroups /////
/*!
\defgroup support_globals Global functions in the support kit
\ingroup support
*/