Doxygen fixes

ugfx_release_2.6
Joel Bodenmann 2014-05-11 17:23:18 +02:00
parent b3e87944c2
commit 870d0cbdc9
2 changed files with 3 additions and 2 deletions

View File

@ -115,8 +115,9 @@ extern "C" {
* @return NULL if there is no resultant drawing area, otherwise a window handle. * @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] 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] pInit The initialisation parameters
* @param[in] flags Some flags, see notes
* *
* @api * @api
*/ */

View File

@ -6,7 +6,7 @@
*/ */
/** /**
* @file src/gwin/image.h * @file src/gwin/gimage.h
* @brief GWIN image widget header file. * @brief GWIN image widget header file.
* *
* @defgroup Image Image * @defgroup Image Image