diff options
Diffstat (limited to 'src/graph.c')
-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. |