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
+3 -1
View File
@@ -528,10 +528,12 @@ topLayout->AddItem(nestedLayoutWithView);
/*!
\fn void BLayout::LayoutInvalidated() = 0
\fn void BLayout::LayoutInvalidated(bool children)
Hook method called when this layout becomes invalid. This is a good place
to clear any caches your object might hold.
\param children Whether or not child layouts have also been invalidated.
*/