diff --git a/docs/user/interface/ScrollView.dox b/docs/user/interface/ScrollView.dox index 6c909300e8..c0b258c776 100644 --- a/docs/user/interface/ScrollView.dox +++ b/docs/user/interface/ScrollView.dox @@ -320,7 +320,10 @@ \fn BScrollBar* BScrollView::ScrollBar(orientation direction) const \brief Returns the BScrollBar object at the given \a direction. - \param direction The \a direction of the scroll bar to get. + \param direction The \a direction of the desired scroll bar, one of the + following: + - \c B_HORIZONTAL to get the horizontal scroll bar + - \c B_VERTICAL to get the vertical scroll bar \returns A pointer to the desired BScrollBar object or \c NULL if there is no scroll bar at that location.