Doxygen fixes
This commit is contained in:
parent
b3e87944c2
commit
870d0cbdc9
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue