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
+1 -2
View File
@@ -124,8 +124,7 @@
/*! /*!
\var button_width B_WIDTH_FROM_LABEL \var button_width B_WIDTH_FROM_LABEL
Set the width of each button to accomidate the width of the button's Set the width of each button to accommodate the label.
label.
\since BeOS R5 \since BeOS R5
*/ */
+2 -2
View File
@@ -50,7 +50,7 @@
/*! /*!
\var tab_position B_TAB_ANY \var tab_position B_TAB_ANY
Represents any tab in the tab view. Any tab in the tab view.
\since BeOS R3 \since BeOS R3
*/ */
@@ -60,7 +60,7 @@
\class BTab \class BTab
\ingroup interface \ingroup interface
\ingroup libbe \ingroup libbe
\brief A Tab that goes in a TabView. \brief A tab that goes in a BTabView.
\since BeOS R3 \since BeOS R3
*/ */
+3 -3
View File
@@ -430,7 +430,7 @@
\fn void BTextControl::GetPreferredSize(float* _width, float* _height) \fn void BTextControl::GetPreferredSize(float* _width, float* _height)
\brief Fills out \a _width and \a _height with the optimal width and \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 height of the text control to display the label and the text
respectively. respectively.
\since BeOS R3 \since BeOS R3
*/ */
@@ -513,8 +513,8 @@
/*! /*!
\fn BLayoutItem* BTextControl::CreateLabelLayoutItem() \fn BLayoutItem* BTextControl::CreateLabelLayoutItem()
\brief Creates a label layout item and returns a pointer to it. \brief Creates a label layout item and returns a pointer to it
(Layout constructor only) (Layout constructor only).
\sa CreateTextViewLayoutItem() \sa CreateTextViewLayoutItem()