From 7c8ef98a04fc964a861cff00540786640b793aec Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 1 Jan 2011 14:01:53 +0000 Subject: Documentation updates: removed three more \todo's. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8157 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Group.H | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'FL/Fl_Group.H') diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 29752b098..12cef6c44 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -177,12 +177,7 @@ public: */ 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: -- cgit v1.2.3