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 --- src/Fl_Widget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Widget.cxx') diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index e1fa13b79..d41af782e 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -152,7 +152,7 @@ Fl_Widget::~Fl_Widget() { fl_throw_focus(this); } -/** Draws a focus box for the widget at position X,Y with size W,H. */ +/** Draws a focus box for the widget at the given position and size */ void Fl_Widget::draw_focus(Fl_Boxtype B, int X, int Y, int W, int H) const { if (!Fl::visible_focus()) return; -- cgit v1.2.3