diff --git a/src/gwin/gwin_progressbar.h b/src/gwin/gwin_progressbar.h index dae9d40a..74890be3 100644 --- a/src/gwin/gwin_progressbar.h +++ b/src/gwin/gwin_progressbar.h @@ -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 *