From 433a8e71e81c51a96f1d617fae5a3a4aac4efaeb Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:49:19 +0100 Subject: [PATCH] Fix typo in Doxygen for Fl::cairo_make_current(Fl_Window*) --- cairo/Fl_Cairo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo/Fl_Cairo.cxx b/cairo/Fl_Cairo.cxx index ea6e2e179..4c760b667 100644 --- a/cairo/Fl_Cairo.cxx +++ b/cairo/Fl_Cairo.cxx @@ -83,7 +83,7 @@ void Fl_Cairo_State::autolink(bool b) { \note Only available when configure has the --enable-cairo option \return the valid cairo_t* Cairo context associated to this window. - \retval NULL if \wi is NULL or maybe with GL windows under Wayland + \retval NULL if \a wi is NULL or maybe with GL windows under Wayland */ cairo_t *Fl::cairo_make_current(Fl_Window *wi) { if (!wi)