From 0bba9b9752f0c8929d9cea6452934f0068610e02 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 14 Apr 2015 22:35:09 +0200 Subject: [PATCH] Fix some typos and whitespace in BLayout docs. --- docs/user/interface/Layout.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/interface/Layout.dox b/docs/user/interface/Layout.dox index cd118dfcf3..e11d0285ba 100644 --- a/docs/user/interface/Layout.dox +++ b/docs/user/interface/Layout.dox @@ -80,7 +80,7 @@ topLayout->AddItem(nestedLayoutWithView); BLayoutItem's and does not have a target BView. \warning Because a new BLayout does not have a target BView, calls to the - AddItem() and AddView() will fail methods will fail. + AddItem() and AddView() methods will fail. \since Haiku R1 */ @@ -166,10 +166,10 @@ topLayout->AddItem(nestedLayoutWithView); \a child is added to this BLayout's target view. - \returns The BLayoutItem created to represent \a child is, or \c NULL if - there was an error. + \returns The BLayoutItem created to represent \a child, or \c NULL if there + was an error. - \param child The BView to be added to this BLayout. + \param child The BView to be added to this BLayout. \since Haiku R1 */