From 3114ef0e2f6a9649691f1a9113734787da9ab909 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 14 May 2025 17:05:20 +0200 Subject: Fix doxygen warnings 1. src/Fl_add_idle.cxx: add missing parameter docs 2. FL/fl_draw.H: rename 1st parameter of fl_draw_pixmap(...) from 'data' to 'cdata'. The 2nd warning appears to be caused by a 'friend' declaration in FL/Fl_Graphics_Driver.H, line 98: 'friend FL_EXPORT int fl_draw_pixmap(const char*const* cdata, ...)' This 'friend' declaration seems to "confuse" some (newer?) doxygen versions, definitely doxygen 1.13.2. --- src/Fl_add_idle.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Fl_add_idle.cxx b/src/Fl_add_idle.cxx index 50e34780a..1d18d257f 100644 --- a/src/Fl_add_idle.cxx +++ b/src/Fl_add_idle.cxx @@ -68,6 +68,7 @@ static void call_idle() { FLTK will not recursively call the idle callback. \param[in] cb your idle callback + \param[in] data an arbitrary data value provided to your callback */ void Fl::add_idle(Fl_Idle_Handler cb, void* data) { idle_cb* p = freelist; -- cgit v1.2.3