doc: color: fix doxygen

This commit is contained in:
Oleg Hahm 2017-03-02 18:15:05 +01:00
parent 9225ede2b9
commit 3bc0cfd2a7

View File

@ -91,7 +91,7 @@ void color_rgb2hex(const color_rgb_t *rgb, uint32_t *hex);
* Expect unexpected behaviour, otherwise.
*
* @param[in] str Input color encoded as string of the form 'RRGGBB'
* @param[out] rgb Output color encoded in RGB space
* @param[out] color Output color encoded in RGB space
*/
void color_str2rgb(const char *str, color_rgb_t *color);