From c86c9e29d38aa6eea42a19d20adc8a7f8896aa69 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 26 Feb 2015 23:59:06 -0500 Subject: [PATCH] ScrollView docs: make parameter name match the header file. --- docs/user/interface/ScrollView.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/ScrollView.dox b/docs/user/interface/ScrollView.dox index 6c909300e8..13f3d70c9f 100644 --- a/docs/user/interface/ScrollView.dox +++ b/docs/user/interface/ScrollView.dox @@ -317,7 +317,7 @@ /*! - \fn BScrollBar* BScrollView::ScrollBar(orientation direction) const + \fn BScrollBar* BScrollView::ScrollBar(orientation posture) const \brief Returns the BScrollBar object at the given \a direction. \param direction The \a direction of the scroll bar to get.