HaikuBook: Add documentation for BSplitView and BLayoutBuilder::Split<>

Change-Id: I4cfb369d21097ff49a53ebfc52ca57cab7c8049b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2443
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Niels Sascha Reedijk
2020-04-03 17:04:33 +00:00
parent c4f5ebc3df
commit 9663972932
5 changed files with 722 additions and 192 deletions
+3 -12
View File
@@ -12,16 +12,6 @@
*/
/*!
\file GroupLayoutBuilder.h
\ingroup layout
\ingroup libbe
\brief Provides the BLayoutBuilder::Group<> class.
\since Haiku R1
*/
/*!
\class BLayoutBuilder::Group<>
\ingroup layout
@@ -137,6 +127,7 @@
//! @{
/*!
\fn ThisBuilder& BLayoutBuilder::Group<ParentBuilder>::Add(BView* view)
\brief Add a BView to the BGroupLayout this builder represents.
@@ -278,7 +269,7 @@
\param gridLayout The BGridLayout to be added and used to construct the
returned GridBuilder.
\param weight The weight for \a groupLayout in the BGroupLayout this builder
\param weight The weight for \a gridLayout in the BGroupLayout this builder
represents.
\returns a GridBuilder representing \a gridLayout.
@@ -294,7 +285,7 @@
\param gridView The BGridView to be added and used to construct the
returned GridBuilder.
\param weight The weight for \a groupLayout in the BGroupLayout this builder
\param weight The weight for \a gridView in the BGroupLayout this builder
represents.
\returns a GridBuilder representing \a gridView.