* book.dox Reformat according to the guidelines

* BufferIO.dox Reformat according to the guidelines
* DataIO.dox Reformat according to the guidelines
* Flattenable.dox New documentation.
* Locker.dox Finished documentation.
* SupportDefs.dox Reformat according to the guidelines

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20511 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Niels Sascha Reedijk
2007-04-02 11:39:10 +00:00
parent a36e40dcda
commit 9889ca4a68
6 changed files with 579 additions and 310 deletions
+19 -18
View File
@@ -1,31 +1,32 @@
/*!
\mainpage The Haiku Book
\mainpage The Haiku Book
\section kits Kits and Servers
\section kits Kits and Servers
- \ref midi1
- \ref midi2 | \link midi2_intro \em Introduction \endlink
- \ref support | \link support_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
\section notes General Notes and Information
- \ref compatibility
- \ref apidoc
*/
// Define main kits
///// Define main kits /////
/*!
\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 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)
*/
// Subgroups
///// Subgroups /////
/*!
\defgroup support_globals Global functions in the support kit
\ingroup support
\defgroup support_globals Global functions in the support kit
\ingroup support
*/