Improving progressbar doxygen
This commit is contained in:
parent
380c41b766
commit
5992d06dee
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void gwinProgressbarDecrement(GHandle gh);
|
||||||
*/
|
*/
|
||||||
#define gwinProgressbarReset(gh) gwinProgressbarSetPosition(gh, ((GProgressbarObject *)(gh))->min)
|
#define gwinProgressbarReset(gh) gwinProgressbarSetPosition(gh, ((GProgressbarObject *)(gh))->min)
|
||||||
|
|
||||||
#if GWIN_PROGRESSBAR_AUTO
|
#if GWIN_PROGRESSBAR_AUTO || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
* @brief Automatically increments the progress bar
|
* @brief Automatically increments the progress bar
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue