Doxygen typo

ugfx_release_2.6
Joel Bodenmann 2014-05-15 18:55:18 +02:00
parent 70c15a1d62
commit 246b42c6eb
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ GHandle gwinGButtonCreate(GDisplay *g, GButtonObject *gb, const GWidgetInit *pIn
/** /**
* @brief Is the button current pressed * @brief Is the button current pressed
* @return TRUE if the button is depressed * @return TRUE if the button is pressed
* *
* @param[in] gh The window handle (must be a button widget) * @param[in] gh The window handle (must be a button widget)
* *