diff options
Diffstat (limited to 'src/gdisp/gdisp_fonts.c')
-rw-r--r-- | src/gdisp/gdisp_fonts.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gdisp/gdisp_fonts.c b/src/gdisp/gdisp_fonts.c index cdb8e075..81df08ec 100644 --- a/src/gdisp/gdisp_fonts.c +++ b/src/gdisp/gdisp_fonts.c @@ -5,14 +5,6 @@ * http://ugfx.org/license.html */ -/** - * @file src/gdisp/gdisp_fonts.c - * @brief GDISP Font Handling. - * - * @addtogroup GDISP - * @{ - */ - #include "gfx.h" #if GFX_USE_GDISP && GDISP_NEED_TEXT @@ -93,4 +85,3 @@ const char *gdispGetFontName(font_t font) { } #endif /* GFX_USE_GDISP && GDISP_NEED_TEXT */ -/** @} */ |