From 5992d06dee256e9eb3f27ff3303685aba097cfe8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 5 Jul 2015 11:53:32 +0200 Subject: [PATCH] Improving progressbar doxygen --- src/gwin/gwin_progressbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *