doxygen fix

ugfx_release_2.6
Joel Bodenmann 2013-05-20 16:43:40 +02:00
parent 92c3803d2b
commit fefdd42d7d
3 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
docs/html
*.lst
*.o

View File

@ -228,6 +228,7 @@ void gwinSetButtonCustom(GHandle gh, GButtonDrawFunction fn, void *param);
* @details These routines are called to draw the standard button styles.
*
* @param[in] gh The button handle
* @param[in] enabled Is the button currently enabled or disabled
* @param[in] isdown Is the button currently down (depressed)
* @param[in] txt The text to be display inside the button
* @param[in] pstyle The current drawing style for the state we are in

View File

@ -91,6 +91,7 @@ void gwinDestroyWindow(GHandle gh);
* @brief Enable or disable a widget (of any type).
*
* @param[in] gh The window handle
* @param[in] enabled Enable or disable the widget
*
* @api
*/