From 632144439d9d24e14838834a3bd0b0c49974bb64 Mon Sep 17 00:00:00 2001 From: ManoloFLTK Date: Wed, 5 Dec 2018 13:30:51 +0100 Subject: [PATCH] Remove errors with Doxygen 1.8.14 --- FL/Fl.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FL/Fl.H b/FL/Fl.H index a8f1db765..00f589f2b 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -670,7 +670,9 @@ int main() { Gets which particular mouse button caused the current event. This returns garbage if the most recent event was not a FL_PUSH or FL_RELEASE event. - \retval FL_LEFT_MOUSE \retval FL_MIDDLE_MOUSE \retval FL_RIGHT_MOUSE. + \retval FL_LEFT_MOUSE + \retval FL_MIDDLE_MOUSE + \retval FL_RIGHT_MOUSE. \see Fl::event_buttons() */ static int event_button() {return e_keysym-FL_Button;}