aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-01 17:49:57 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-01 17:49:57 +0200
commit3cd10217dce976c6529aac184af94a03fcf63314 (patch)
tree8e5ffb70c3de7c9efc02635857f27a0233ae7495 /include/gwin/gwin.h
parentb808db6af138c8ee9b643f4ec61d5841e61ef001 (diff)
downloaduGFX-3cd10217dce976c6529aac184af94a03fcf63314.tar.gz
uGFX-3cd10217dce976c6529aac184af94a03fcf63314.tar.bz2
uGFX-3cd10217dce976c6529aac184af94a03fcf63314.zip
small doxygen fixes
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 16ce9cf5..832dea96 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -105,7 +105,6 @@ extern "C" {
/**
* @brief Set the default foreground color for all new GWIN windows
*
- * @param[in] gh The window
* @param[in] clr The color to be set
*
* @api
@@ -115,7 +114,6 @@ extern "C" {
/**
* @brief Set the default background color for all new GWIN windows
*
- * @param[in] gh The window
* @param[in] bgclr The background color
*
* @api
@@ -126,7 +124,7 @@ extern "C" {
/**
* @brief Set the default font for all new GWIN windows
*
- * @param[in] gh The window
+ * @param[in] font The new font to be set
*
* @api
*/