haiku/docs/user/book.dox
Niels Sascha Reedijk 7f1880dc0e Apply patch for ticket #8008:
* Remove BNode documentation from the source code and add it to Node.dox
 * Rewrite some of the existing documents


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42986 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-10-29 22:02:52 +00:00

51 lines
1.4 KiB
Plaintext

/*!
\mainpage The Haiku Book
\section kits Kits and Servers
- \ref app | \link app_intro \em Introduction \endlink
- \ref drivers
- \ref interface | \link interface_intro \em Introduction \endlink
- \ref locale | \link locale_intro \em Introduction \endlink
- \ref media | \em Introduction
- \ref midi1
- \ref midi2 | \link midi2_intro \em Introduction \endlink
- \ref storage | \em Introduction
- \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 interface Interface Kit
\brief API for displaying a graphical user interface.
\defgroup media
\defgroup midi2 MIDI 2 Kit
\brief API for producing and consuming MIDI events.
\defgroup libmidi2 (libmidi2.so)
\defgroup storage
\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
\defgroup layout Layout classes in the Interface Kit
\ingroup interface
*/