Improving progressbar doxygen

ugfx_release_2.6
Joel Bodenmann 2015-07-05 11:53:32 +02:00
parent 380c41b766
commit 5992d06dee
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ void gwinProgressbarDecrement(GHandle gh);
*/
#define gwinProgressbarReset(gh) gwinProgressbarSetPosition(gh, ((GProgressbarObject *)(gh))->min)
#if GWIN_PROGRESSBAR_AUTO
#if GWIN_PROGRESSBAR_AUTO || defined(__DOXYGEN__)
/**
* @brief Automatically increments the progress bar
*