aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-07-05 11:53:32 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-07-05 11:53:32 +0200
commit5992d06dee256e9eb3f27ff3303685aba097cfe8 (patch)
tree5126e699fcb9ddeffbb6a7cc222a0708b6ab1419 /src
parent380c41b766ce7e196434923bd7ead515ad4fd1fd (diff)
downloaduGFX-5992d06dee256e9eb3f27ff3303685aba097cfe8.tar.gz
uGFX-5992d06dee256e9eb3f27ff3303685aba097cfe8.tar.bz2
uGFX-5992d06dee256e9eb3f27ff3303685aba097cfe8.zip
Improving progressbar doxygen
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
*