Minor doxygen fixes

develop
Joel Bodenmann 2021-08-19 13:48:44 +02:00
parent 888c7e8640
commit b3216fa0cc
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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
*/

View File

@ -202,6 +202,8 @@ void gwinContainerDraw_Std(GWidgetObject *gw, void *param) {
}
#endif /* GDISP_NEED_IMAGE */
#endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */
/**
* @}
*/
/** @} */
#endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */