FLTK logo

[master] b279c11 - Fix use of "\deprecated" Doxygen commands.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] b279c11 - Fix use of "\deprecated" Doxygen commands. "ManoloFLTK" Sep 18, 2020  
 
commit b279c11d345e68d46e8b292fcc83c83fb050db7f
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Fri Sep 18 15:49:26 2020 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Fri Sep 18 15:51:00 2020 +0200

    Fix use of "\deprecated" Doxygen commands.

 FL/Fl_Menu_Item.H | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git FL/Fl_Menu_Item.H FL/Fl_Menu_Item.H
index f4b7500..0c97e53 100644
--- FL/Fl_Menu_Item.H
+++ FL/Fl_Menu_Item.H
@@ -404,13 +404,16 @@ struct FL_EXPORT Fl_Menu_Item {
 
   // back-compatibility, do not use:
 
-  /** back compatibility only \deprecated. */
+  /** For back compatibility only
+   \deprecated  Replaced by value() */
   int checked() const {return flags&FL_MENU_VALUE;}
 
-  /** back compatibility only \deprecated. */
+  /** For back compatibility only
+   \deprecated Replaced by set() */
   void check() {flags |= FL_MENU_VALUE;}
 
-  /** back compatibility only \deprecated. */
+  /** For back compatibility only
+   \deprecated Replaced by clear() */
   void uncheck() {flags &= ~FL_MENU_VALUE;}
 
   int insert(int,const char*,int,Fl_Callback*,void* =0, int =0);
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.