Minor doxygen fixes
This commit is contained in:
parent
888c7e8640
commit
b3216fa0cc
@ -1773,7 +1773,7 @@ COMPACT_LATEX = NO
|
|||||||
# The default value is: a4.
|
# The default value is: a4.
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
# 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
|
# 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
|
# that should be included in the LaTeX output. The package can be specified just
|
||||||
|
@ -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.
|
* @brief GOS - Operating System Support header file for Zephyr RTOS.
|
||||||
* Zephyr SDK 0.9.1
|
* Zephyr SDK 0.9.1
|
||||||
*/
|
*/
|
||||||
|
@ -202,6 +202,8 @@ void gwinContainerDraw_Std(GWidgetObject *gw, void *param) {
|
|||||||
}
|
}
|
||||||
#endif /* GDISP_NEED_IMAGE */
|
#endif /* GDISP_NEED_IMAGE */
|
||||||
|
|
||||||
#endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
/** @} */
|
#endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */
|
||||||
|
Loading…
Reference in New Issue
Block a user