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:
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user