Fix rest of warnings, doxygen now runs cleanly.

The BTextView::SetText() methods were included twice, update the first and
remove the second.
This commit is contained in:
John Scipione
2013-07-08 19:30:45 -04:00
parent e724b26f23
commit 080bf8fe19
4 changed files with 16 additions and 39 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
/*!
\fn void DrawItem(BView* owner, BRect frame, bool complete)
\fn void BListItem::DrawItem(BView* owner, BRect frame, bool complete)
\brief Hook method called when the item is drawn.
\param owner The view that the list item is a child of.