summaryrefslogtreecommitdiff
path: root/css/utils.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 15:28:03 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 15:28:03 +0000
commite32a2ad46e76438a53fb1157e90215493a93d2f5 (patch)
treeee28ab934ea9ed72005d03afd79ee1c3a484f7a6 /css/utils.h
parent56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943 (diff)
downloadnetsurf-e32a2ad46e76438a53fb1157e90215493a93d2f5.tar.gz
netsurf-e32a2ad46e76438a53fb1157e90215493a93d2f5.tar.bz2
Doxygen fixes
Diffstat (limited to 'css/utils.h')
-rw-r--r--css/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/utils.h b/css/utils.h
index f3131f1bb..e9650db97 100644
--- a/css/utils.h
+++ b/css/utils.h
@@ -30,7 +30,7 @@ extern css_fixed nscss_screen_dpi;
*
* ARGB -> (1-A)BGR
*
- * \param color The CSS color to convert
+ * \param c The CSS color to convert
* \return Corresponding NetSurf colour primitive
*/
#define nscss_color_to_ns(c) \
@@ -45,7 +45,7 @@ extern css_fixed nscss_screen_dpi;
*
* (1-A)BGR -> ARGB
*
- * \param color The NetSurf color to convert
+ * \param c The NetSurf color to convert
* \return Corresponding CSS colour primitive
*/
#define ns_color_to_nscss(c) \