aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin_progressbar.h2
1 files changed, 1 insertions, 1 deletions
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
*