Fix typo in API docs (BBitmap)

Found by Scottmc.

Change-Id: Idd10040d798533a0aa731132f7282e7ce1423ed6
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4687
Reviewed-by: humdinger <[email protected]>
This commit is contained in:
Humdinger
2021-11-04 16:15:34 +00:00
committed by humdinger
parent 87f2b35395
commit 1621d71af8
+2 -2
View File
@@ -497,7 +497,7 @@ appFileInfo.GetIcon(iconBitmap, B_LARGE_ICON);
\fn status_t BBitmap::ImportBits(const BBitmap* bitmap) \fn status_t BBitmap::ImportBits(const BBitmap* bitmap)
\brief Assigns another bitmap's data to this bitmap. \brief Assigns another bitmap's data to this bitmap.
The supplied bitmap must have the exactly same dimensions as this bitmap. The supplied bitmap must have the exact same dimensions as this bitmap.
Its data is converted to the color space of this bitmap. Its data is converted to the color space of this bitmap.
The currently supported source/target color spaces are The currently supported source/target color spaces are
@@ -600,7 +600,7 @@ appFileInfo.GetIcon(iconBitmap, B_LARGE_ICON);
/*! /*!
\fn BView* BBitmap::FindView(const char* viewName) const \fn BView* BBitmap::FindView(const char* viewName) const
\brief Accesses a bitmap's child BView with a the name \a viewName. \brief Accesses a bitmap's child BView with the name \a viewName.
\param viewName The name of the BView to be returned. \param viewName The name of the BView to be returned.
\returns The BView with the name \a name or \c NULL if the bitmap doesn't \returns The BView with the name \a name or \c NULL if the bitmap doesn't