Fix mismatched prototypes in the Haiku Book.

This commit is contained in:
Adrien Destugues
2013-10-04 16:56:59 +02:00
parent f0d09d4925
commit 6ec9625a36
7 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
/*!
\fn float BGridLayout::MinRowHeight(int32 row) const
\fn float BGridLayout::MinRowHeight(int row) const
\brief Returns the minimum height for \a row.
*/
+2 -2
View File
@@ -280,7 +280,7 @@ topLayout->AddItem(nestedLayoutWithView);
/*!
\fn bool BLayout::AncestorsVisible()
\fn bool BLayout::AncestorsVisible() const
\brief Get the visibility of the ancestors of this layout.
If a BLayout is connected to a BView, this will always return \c true.
@@ -352,7 +352,7 @@ topLayout->AddItem(nestedLayoutWithView);
/*!
\fn BLayoutContext* BLayout::LayoutContext()
\fn BLayoutContext* BLayout::LayoutContext() const
\brief Returns the BLayoutContext this BLayout is currently operating in,
or \c NULL.
*/