Some more small documentation fixes

This commit is contained in:
John Scipione 2014-12-19 19:58:14 -05:00
parent 5ebeb710ab
commit d3c4833514
3 changed files with 6 additions and 7 deletions

View File

@ -124,8 +124,7 @@
/*!
\var button_width B_WIDTH_FROM_LABEL
Set the width of each button to accomidate the width of the button's
label.
Set the width of each button to accommodate the label.
\since BeOS R5
*/

View File

@ -50,7 +50,7 @@
/*!
\var tab_position B_TAB_ANY
Represents any tab in the tab view.
Any tab in the tab view.
\since BeOS R3
*/
@ -60,7 +60,7 @@
\class BTab
\ingroup interface
\ingroup libbe
\brief A Tab that goes in a TabView.
\brief A tab that goes in a BTabView.
\since BeOS R3
*/

View File

@ -430,7 +430,7 @@
\fn void BTextControl::GetPreferredSize(float* _width, float* _height)
\brief Fills out \a _width and \a _height with the optimal width and
height of the text control to display the label and the text
respectively.
respectively.
\since BeOS R3
*/
@ -513,8 +513,8 @@
/*!
\fn BLayoutItem* BTextControl::CreateLabelLayoutItem()
\brief Creates a label layout item and returns a pointer to it.
(Layout constructor only)
\brief Creates a label layout item and returns a pointer to it
(Layout constructor only).
\sa CreateTextViewLayoutItem()