No doxygen comments in any C file now. They are all in the h files
This commit is contained in:
parent
db09e33dff
commit
26f4bec2be
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ void gwinSliderDraw_Std(GWidgetObject *gw, void *param) {
|
||||||
#undef gsw
|
#undef gsw
|
||||||
}
|
}
|
||||||
|
|
||||||
#if GDISP_NEED_IMAGE || defined(__DOXYGEN__)
|
#if GDISP_NEED_IMAGE
|
||||||
void gwinSliderDraw_Image(GWidgetObject *gw, void *param) {
|
void gwinSliderDraw_Image(GWidgetObject *gw, void *param) {
|
||||||
#define gsw ((GSliderObject *)gw)
|
#define gsw ((GSliderObject *)gw)
|
||||||
#define gi ((gdispImage *)param)
|
#define gi ((gdispImage *)param)
|
||||||
|
|
Loading…
Add table
Reference in a new issue