From cf95f8d261db7d055e7a0ad17523d0738e176f01 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 4 Jan 2011 18:28:01 +0000 Subject: Some minor doc changes to avoid doxygen warning. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8184 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Group.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 3a6fe55e5..ecb696802 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -89,7 +89,8 @@ void Fl_Group::end() {current_ = parent();} Fl_Group *Fl_Group::current() {return current_;} /** - See static Fl_Group *Fl_Group::current() + Sets the current group. + \see Fl_Group::current() */ void Fl_Group::current(Fl_Group *g) {current_ = g;} -- cgit v1.2.3