diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index 8b19a798b..b464477eb 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -401,13 +401,13 @@ struct FL_EXPORT Fl_Menu_Item { // back-compatibility, do not use: - /** back compatibility only \deprecated. */ + /** back compatibility only. \deprecated */ int checked() const {return flags&FL_MENU_VALUE;} - /** back compatibility only \deprecated. */ + /** back compatibility only. \deprecated */ void check() {flags |= FL_MENU_VALUE;} - /** back compatibility only \deprecated. */ + /** back compatibility only. \deprecated */ void uncheck() {flags &= ~FL_MENU_VALUE;} int insert(int,const char*,int,Fl_Callback*,void* =0, int =0); diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index 3ad146fb7..b4a1f760c 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -1,9 +1,7 @@ // -// "$Id$" -// // Scroll widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -96,8 +94,7 @@ void Fl_Scroll::draw_clip(void* v,int X, int Y, int W, int H) { Derived classes can make use of this call to figure out the scrolling area eg. during resize() handling. - \param[in] si -- ScrollInfo structure - \returns Structure containing the calculated info. + \param[in,out] si -- ScrollInfo structure */ void Fl_Scroll::recalc_scrollbars(ScrollInfo &si) {