aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-11 17:23:18 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-11 17:23:18 +0200
commit870d0cbdc9fb3c265c5274268f8fc8ac622f3673 (patch)
tree5c94fcf8ed607956e440667004f909da30835708
parentb3e87944c215259aee7c23a6c5e3f0579325ad6c (diff)
downloaduGFX-870d0cbdc9fb3c265c5274268f8fc8ac622f3673.tar.gz
uGFX-870d0cbdc9fb3c265c5274268f8fc8ac622f3673.tar.bz2
uGFX-870d0cbdc9fb3c265c5274268f8fc8ac622f3673.zip
Doxygen fixes
-rw-r--r--src/gwin/gcontainer.h3
-rw-r--r--src/gwin/gimage.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/gwin/gcontainer.h b/src/gwin/gcontainer.h
index 4a7b5632..6daf4708 100644
--- a/src/gwin/gcontainer.h
+++ b/src/gwin/gcontainer.h
@@ -115,8 +115,9 @@ extern "C" {
* @return NULL if there is no resultant drawing area, otherwise a window handle.
*
* @param[in] g The GDisplay to display this window on
- * @param[in] gb The GContainerObject structure to initialise. If this is NULL the structure is dynamically allocated.
+ * @param[in] gw The GContainerObject structure to initialise. If this is NULL the structure is dynamically allocated.
* @param[in] pInit The initialisation parameters
+ * @param[in] flags Some flags, see notes
*
* @api
*/
diff --git a/src/gwin/gimage.h b/src/gwin/gimage.h
index fdaabc92..1a2616cb 100644
--- a/src/gwin/gimage.h
+++ b/src/gwin/gimage.h
@@ -6,7 +6,7 @@
*/
/**
- * @file src/gwin/image.h
+ * @file src/gwin/gimage.h
* @brief GWIN image widget header file.
*
* @defgroup Image Image