diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-03 01:59:50 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-03 01:59:50 +0100 |
commit | 9ff7292013afbe578dea21c0106ae2bb5a4c8003 (patch) | |
tree | 829caa450c00eea32724652ab91ea1e3a7cac77b /src | |
parent | 1294824260eccfc79c449de103fbafd73d5670a3 (diff) | |
download | uGFX-9ff7292013afbe578dea21c0106ae2bb5a4c8003.tar.gz uGFX-9ff7292013afbe578dea21c0106ae2bb5a4c8003.tar.bz2 uGFX-9ff7292013afbe578dea21c0106ae2bb5a4c8003.zip |
doxygen update
Diffstat (limited to 'src')
-rw-r--r-- | src/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph.c b/src/graph.c index b5669e9a..2a10bf72 100644 --- a/src/graph.c +++ b/src/graph.c @@ -31,7 +31,7 @@ #include "gdisp.h" #include "graph.h" -#if GFX_USE_GRAPH +#if GFX_USE_GRAPH || defined(__DOXYGEN__) /** * @brief Draw a horizontal dot line. |