From 3bc0cfd2a79609c060fbcee442a159c174a11e38 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 2 Mar 2017 18:15:05 +0100 Subject: [PATCH] doc: color: fix doxygen --- sys/include/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/color.h b/sys/include/color.h index 7ef303a56..d4e6cd230 100644 --- a/sys/include/color.h +++ b/sys/include/color.h @@ -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);