From 46fa9d2625996452e33db0639857f36299419123 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 22 May 2019 21:45:12 +0200 Subject: [PATCH] Fix Doxygen comment badly processed by Doxygen 1.8.15 --- FL/Fl.H | 1 - 1 file changed, 1 deletion(-) diff --git a/FL/Fl.H b/FL/Fl.H index 9da9f300e..88fe801c6 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -1011,7 +1011,6 @@ int main() { By default, FLTK also displays the new scaling factor value in a yellow, transient window. This can be changed with option Fl::OPTION_SHOW_SCALING. The scaling factor value is programmatically get and set with the Fl::screen_scale() functions. - @{ */ static int x(); // via screen driver static int y(); // via screen driver