Browse Source

Minor doxygen fixes

develop
Joel Bodenmann 2 years ago
parent
commit
b3216fa0cc
  1. 2
      Doxygenfile
  2. 2
      src/gos/gos_zephyr.h
  3. 8
      src/gwin/gwin_container.c

2
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

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

8
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 */
/**
* @}
*/
/** @} */
#endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */

Loading…
Cancel
Save