Push some doc changes I have on my harddrive. They don't (all) conform to the guidelines, but I wanted to put these in the repository nonetheless.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,43 +1,31 @@
|
||||
/*!
|
||||
\page support_intro Introduction to the Support Kit
|
||||
\page support_intro Introduction to the Support Kit
|
||||
|
||||
The Support Kit provides a handy set of functions and classes that you can
|
||||
use in your applications. Have a look at the overview, or go straight to
|
||||
the complete \link support list of components \endlink of this kit.
|
||||
The Support Kit provides a handy set of functions and classes that you can
|
||||
use in your applications. Have a look at the overview, or go straight to
|
||||
the complete \link support list of components \endlink of this kit.
|
||||
|
||||
\section Overview
|
||||
<ul>
|
||||
<li>Threading utility classes:</li>
|
||||
<ul>
|
||||
<li>BLocker</li>
|
||||
<li>BAutolock</li>
|
||||
<li>Thread Local Storage</li>
|
||||
</ul>
|
||||
<li>Archiving and IO:</li>
|
||||
<ul>
|
||||
<li>BArchivable (\link support_archiving tutorial\endlink)</li>
|
||||
<li>BFlattenable</li>
|
||||
<li>BDataIO</li>
|
||||
<ul>
|
||||
<li>BPositionIO</li>
|
||||
<ul>
|
||||
<li>BBufferIO</li>
|
||||
<li>BMemoryIO</li>
|
||||
<li>BMallocIO</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>Container classes:</li>
|
||||
<ul>
|
||||
<li>BBlockCache</li>
|
||||
<li>BList</li>
|
||||
<li>BString</li>
|
||||
</ul>
|
||||
<li>BStopWatch</li>
|
||||
<li>\ref support_globals "Global functions"</li>
|
||||
<li>\ref TypeConstants.h "Common types and constants"</li>
|
||||
<li>Error codes for all kits</li>
|
||||
</ul>
|
||||
\section Overview
|
||||
- Threading utility classes:
|
||||
- BLocker
|
||||
- BAutolock
|
||||
- Thread Local Storage
|
||||
- Archiving and IO:
|
||||
- BArchivable (\link support_archiving tutorial\endlink)
|
||||
- BFlattenable
|
||||
- BDataIO
|
||||
- BPositionIO
|
||||
- BBufferIO
|
||||
- BMemoryIO
|
||||
- BMallocIO
|
||||
- Container classes:
|
||||
- BBlockCache
|
||||
- BList
|
||||
- BString
|
||||
- BStopWatch
|
||||
- \ref support_globals "Global functions"
|
||||
- \ref TypeConstants.h "Common types and constants"
|
||||
- Error codes for all kits
|
||||
*/
|
||||
|
||||
// Short listing of documents that belong to this module so that people can
|
||||
|
||||
Reference in New Issue
Block a user