diff options
Diffstat (limited to 'src/gwin/gwin_graph.h')
-rw-r--r-- | src/gwin/gwin_graph.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gwin/gwin_graph.h b/src/gwin/gwin_graph.h index 8355f494..3f4c3181 100644 --- a/src/gwin/gwin_graph.h +++ b/src/gwin/gwin_graph.h @@ -12,7 +12,10 @@ * @defgroup Graph Graph * @ingroup Windows * - * @details GWIN allows it to easily draw graphs + * @brief Graph window. Used to display highly customizable graphs. + * + * @details GWIN allows it to easily draw graphs. + * * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h * @pre GWIN_NEED_GRAPH must be set to TRUE in your gfxconf.h * |