From b3216fa0cceaa6d2751a6e1602554d5da66d0436 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 19 Aug 2021 13:48:44 +0200 Subject: [PATCH] Minor doxygen fixes --- Doxygenfile | 2 +- src/gos/gos_zephyr.h | 2 +- src/gwin/gwin_container.c | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Doxygenfile b/Doxygenfile index 0df8e3b2..bfc1f574 100644 --- a/Doxygenfile +++ b/Doxygenfile @@ -1773,7 +1773,7 @@ COMPACT_LATEX = NO # The default value is: a4. # This tag requires that the tag GENERATE_LATEX is set to YES. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names # that should be included in the LaTeX output. The package can be specified just diff --git a/src/gos/gos_zephyr.h b/src/gos/gos_zephyr.h index 3213d5ca..a1dfe778 100644 --- a/src/gos/gos_zephyr.h +++ b/src/gos/gos_zephyr.h @@ -6,7 +6,7 @@ */ /** - * @file src/gos/gos_zepyhr.h + * @file src/gos/gos_zephyr.h * @brief GOS - Operating System Support header file for Zephyr RTOS. * Zephyr SDK 0.9.1 */ diff --git a/src/gwin/gwin_container.c b/src/gwin/gwin_container.c index 88c6d8b1..b8cc07b2 100644 --- a/src/gwin/gwin_container.c +++ b/src/gwin/gwin_container.c @@ -200,8 +200,10 @@ void gwinContainerDraw_Std(GWidgetObject *gw, void *param) { #undef gi } -#endif /* GDISP_NEED_IMAGE */ +#endif /* GDISP_NEED_IMAGE */ + +/** + * @} + */ #endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */ - -/** @} */