Message docs: fix errors

This commit is contained in:
John Scipione
2016-04-27 11:10:31 -07:00
parent e2d845a47f
commit 873cc5542e
+3 -3
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. \brief Find a color with the label \a name.
This is an overloaded version of 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. \brief Replace a color at the label \a name.
This method is an overloaded method of 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, \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 \brief Return the rgb_color value from message with \a name and \a index, or
\a defaultValue if not found. \a defaultValue if not found.