IK documentation update

* Add \since directive to each method.
* Add documentation for BScrollBar and BScrollView classes.
* Title Case group titles.
* Some other minor documentation updates.
This commit is contained in:
John Scipione
2014-06-13 17:44:22 -04:00
parent 1f424632be
commit 47852bff02
43 changed files with 5320 additions and 1277 deletions
+8 -2
View File
@@ -89,20 +89,26 @@ BLayoutBuilder::Group<>(B_HORIZONTAL)
.End()
// back to the Group<>::GridBuilder
\endcode
\since Haiku R1
*/
/*!
\fn void BLayoutBuilder::Base<ParentBuilder>::SetParent(ParentBuilder*
parent)
Internal method for use by BLayoutBuilder::Base subclasses, this is
essential to the builder stack semantics
\brief Internal method for use by BLayoutBuilder::Base subclasses,
this is essential to the builder stack semantics.
\since Haiku R1
*/
/*!
\fn ParentBuilder& BLayoutBuilder::Base<ParentBuilder>::End()
\brief Returns this builder's parent.
\since Haiku R1
*/