Doxygen improvements

remotes/origin_old/master
Joel Bodenmann 2021-04-13 18:32:47 +02:00
parent 2d4bbea4a3
commit df7027881a
10 changed files with 10 additions and 18 deletions

View File

@ -269,11 +269,11 @@ TAB_SIZE = 4
# commands \{ and \} for these it is advised to use the version @{ and @} or use
# a double escape (\\{ and \\})
ALIASES = "iclass=@par Function Class:\n This is an <b>I-Class</b> API, this function can be invoked from within a system lock zone by both threads and interrupt handlers." \
"sclass=@par Function Class:\n This is an <b>S-Class</b> API, this function can be invoked from within a system lock zone by threads only." \
"api=@par Function Class:\n Normal API, this function can be invoked by regular system threads." \
"notapi=@par Function Class:\n Not an API, this function is for internal use only." \
"isr=@par Function Class:\n Interrupt handler, this function should not be directly invoked."
ALIASES = "iclass=@par Function Class: This is an <b>I-Class</b> API, this function can be invoked from within a system lock zone by both threads and interrupt handlers." \
"sclass=@par Function Class: This is an <b>S-Class</b> API, this function can be invoked from within a system lock zone by threads only." \
"api=@par Function Class: Normal API, this function can be invoked by regular system threads." \
"notapi=@par Function Class: Not an API, this function is for internal use only." \
"isr=@par Function Class: Interrupt handler, this function should not be directly invoked."
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For

View File

@ -833,4 +833,3 @@ void _gmouseWakeupI(GMouse *m) {
}
#endif /* GFX_USE_GINPUT && GINPUT_NEED_MOUSE */
/** @} */

View File

@ -127,5 +127,3 @@ gThreadreturn gfxThreadWait(gThread thread) {
}
#endif /* GFX_USE_OS_WIN32 */
/** @} */

View File

@ -90,4 +90,3 @@ gTicks gfxSystemTicks();
#endif /* GFX_USE_OS_ZEPHYR */
#endif /* _GOS_H */
/** @} */

View File

@ -414,5 +414,3 @@ void gwinBlitArea(GHandle gh, gCoord x, gCoord y, gCoord cx, gCoord cy, gCoord s
#endif
#endif /* GFX_USE_GWIN */
/** @} */

View File

@ -445,4 +445,3 @@ gBool _gwinWMAdd(GHandle gh, const GWindowInit *pInit);
#endif /* GFX_USE_GWIN */
#endif /* _CLASS_GWIN_H */
/** @} */

View File

@ -72,7 +72,6 @@ gCoord gwinGetInnerHeight(GHandle gh) {
}
#endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */
/** @} */
/*-----------------------------------------------
* The simplest container type - a container
@ -201,6 +200,8 @@ void gwinContainerDraw_Std(GWidgetObject *gw, void *param) {
#undef gi
}
#endif
#endif /* GDISP_NEED_IMAGE */
#endif
#endif /* GFX_USE_GWIN && GWIN_NEED_CONTAINERS */
/** @} */

View File

@ -66,4 +66,3 @@ typedef struct GVKeyTable {
} GVKeyTable;
#endif /* _GWIN_KEYBOARD_LAYOUT_H */
/** @} */

View File

@ -747,5 +747,5 @@ gBool gwinAttachListener(GListener *pl) {
#undef gw
#undef wvmt
#endif /* GFX_USE_GWIN && GWIN_NEED_WIDGET */
/** @} */

View File

@ -1029,4 +1029,3 @@ static void WM_Raise(GHandle gh) {
}
#endif /* GFX_USE_GWIN && GWIN_NEED_WINDOWMANAGER */
/** @} */