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