IK: Change orientation param name to direction
for ScrollView::ScrollBar in ScrollView.h and the documentation. This makes the parameter name consisent and fixes a doxygen warning.
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
|
||||
|
||||
/*!
|
||||
\fn BScrollBar* BScrollView::ScrollBar(orientation posture) const
|
||||
\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.
|
||||
|
||||
Reference in New Issue
Block a user