From 870d0cbdc9fb3c265c5274268f8fc8ac622f3673 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 11 May 2014 17:23:18 +0200 Subject: [PATCH] Doxygen fixes --- src/gwin/gcontainer.h | 3 ++- src/gwin/gimage.h | 2 +- 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