small doxygen fix

ugfx_release_2.6
Joel Bodenmann 2012-11-11 05:31:48 +01:00
parent f05315e0c0
commit 44bb28ed92
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ static const GButtonStyle GButtonDefaultStyle = {
* @brief Create a button window.
* @return NULL if there is no resultant drawing area, otherwise a window handle.
*
* @param[in] gb The GConsoleWindow structure to initialise
* @param[in] gb The GConsoleWindow structure to initialise. If this is NULL the structure is dynamically allocated.
* @param[in] x,y The screen co-ordinates for the bottom left corner of the window
* @param[in] width The width of the window
* @param[in] height The height of the window