Message docs: fix errors

This commit is contained in:
John Scipione 2016-04-27 11:02:23 -07:00
parent e2d845a47f
commit 873cc5542e
1 changed files with 15 additions and 15 deletions

View File

@ -1829,7 +1829,7 @@
/*!
\fn status_t BMessage::FindColor(const char* name, rgb_color* value)
\fn status_t BMessage::FindColor(const char* name, rgb_color* value) const
\brief Find a color with the label \a name.
This is an overloaded version of
@ -2633,7 +2633,7 @@
/*!
\fn status_t BMessage::ReplaceColor(const char* name, rgb_color aColot)
\fn status_t BMessage::ReplaceColor(const char* name, rgb_color aColor)
\brief Replace a color at the label \a name.
This method is an overloaded method of
@ -3636,7 +3636,7 @@ bool enabled = GetBool("enabled", false);
/*!
\fn rgb_color BMessage::GetColor(const char* name, int32 index,
rgb_colorr defaultValue) const
rgb_color defaultValue) const
\brief Return the rgb_color value from message with \a name and \a index, or
\a defaultValue if not found.