Skip to content

Commit

Permalink
docs/user: Fix documentation of BTab::SetLabel.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Jul 7, 2015
1 parent bf8fe3d commit 0426b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/interface/TabView.dox
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@

/*!
\fn const char* BTab::Label() const
\brief Returns the tab's label (The target view's name).
\brief Returns the tab's label (the target view's name).

\since BeOS R3
*/


/*!
\fn void BTab::SetLabel(const char* label)
\brief Sets the tab's label.
\brief Sets the target view's name, and updates the BTab accordingly.

\since BeOS R3
*/
Expand Down

0 comments on commit 0426b7e

Please sign in to comment.