From ced863d33417eef19dd97464eb4585d37a00d7f6 Mon Sep 17 00:00:00 2001 From: engelsman Date: Sat, 21 Mar 2009 17:08:23 +0000 Subject: converted html tags to doxygen commands in documentation/src/subclassing.dox this also required tweaking parameter names and doxygen comments in Fl_Widget.H, Fl_Group.H, Fl_Widget.cxx and fl_boxtype.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6705 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Group.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Group.H') diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 314372fac..1037897e2 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -61,10 +61,10 @@ protected: enum { CLIP_CHILDREN = 2048 }; void draw(); - void draw_child(Fl_Widget&) const; + void draw_child(Fl_Widget& widget) const; void draw_children(); - void draw_outside_label(const Fl_Widget&) const ; - void update_child(Fl_Widget&) const; + void draw_outside_label(const Fl_Widget& widget) const ; + void update_child(Fl_Widget& widget) const; int *sizes(); public: -- cgit v1.2.3