Large documentation update:

- Add the beginnings of the documentation for the USB module
- Fix some mistakes here and there
- Almost finished the support kit. Tried to update everything to the standards

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Niels Sascha Reedijk
2007-04-16 09:28:29 +00:00
parent 3095921098
commit 81071f5e8a
21 changed files with 1687 additions and 554 deletions
+11 -3
View File
@@ -1,3 +1,11 @@
/*
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Documentation by:
* Niels Sascha Reedijk <[email protected]>
*/
/*!
\page support_intro Introduction to the Support Kit
@@ -11,7 +19,7 @@
- BAutolock
- Thread Local Storage
- Archiving and IO:
- BArchivable (\link support_archiving tutorial\endlink)
- BArchivable
- BFlattenable
- BDataIO
- BPositionIO
@@ -34,8 +42,8 @@
// the todo list on this.
/*!
\addtogroup support
\addtogroup support
For a better overview, have a look at \ref support_intro .
For a better overview, have a look at \ref support_intro .
*/