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
+3 -3
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()