Author: AlbrechtS
Date: 2011-01-01 06:01:53 -0800 (Sat, 01 Jan 2011)
New Revision: 8157
Log:
Documentation updates: removed three more \todo's.
Modified:
branches/branch-1.3/FL/Fl_Gl_Window.H
branches/branch-1.3/FL/Fl_Group.H
branches/branch-1.3/FL/Fl_Window.H
Modified: branches/branch-1.3/FL/Fl_Gl_Window.H
===================================================================
--- branches/branch-1.3/FL/Fl_Gl_Window.H 2011-01-01 13:28:52 UTC (rev
8156)
+++ branches/branch-1.3/FL/Fl_Gl_Window.H 2011-01-01 14:01:53 UTC (rev
8157)
@@ -206,11 +206,7 @@
*/
void make_overlay_current();
- /** Returns an Fl_Gl_Window pointer if this widget is an Fl_Gl_Window.
- \retval NULL if this widget is not derived from Fl_Gl_Window.
- \note This method is provided to avoid dynamic_cast.
- \todo More documentation ...
- */
+ // Note: Doxygen docs in Fl_Widget.H to avoid redundancy.
virtual Fl_Gl_Window* as_gl_window() {return this;}
~Fl_Gl_Window();
Modified: branches/branch-1.3/FL/Fl_Group.H
===================================================================
--- branches/branch-1.3/FL/Fl_Group.H 2011-01-01 13:28:52 UTC (rev 8156)
+++ branches/branch-1.3/FL/Fl_Group.H 2011-01-01 14:01:53 UTC (rev 8157)
@@ -177,12 +177,7 @@
*/
unsigned int clip_children() { return (flags() & CLIP_CHILDREN) != 0; }
- /** Returns an Fl_Group pointer if this widget is an Fl_Group.
-
- \retval NULL if this widget is not derived from Fl_Group.
- \note This method is provided to avoid dynamic_cast.
- \todo More documentation ...
- */
+ // Note: Doxygen docs in Fl_Widget.H to avoid redundancy.
virtual Fl_Group* as_group() { return this; }
// back compatibility functions:
Modified: branches/branch-1.3/FL/Fl_Window.H
===================================================================
--- branches/branch-1.3/FL/Fl_Window.H 2011-01-01 13:28:52 UTC (rev 8156)
+++ branches/branch-1.3/FL/Fl_Window.H 2011-01-01 14:01:53 UTC (rev 8157)
@@ -426,15 +426,9 @@
*/
void make_current();
- /** Returns an Fl_Window pointer if this widget is an Fl_Window.
-
- \retval NULL if this widget is not derived from Fl_Window.
- \note This method is provided to avoid dynamic_cast.
- \todo More documentation ...
- */
+ // Note: Doxygen docs in Fl_Widget.H to avoid redundancy.
virtual Fl_Window* as_window() { return this; }
- // for back-compatibility only:
/**
Changes the cursor for this window. This always calls the system, if
you are changing the cursor a lot you may want to keep track of how
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit