summaryrefslogtreecommitdiff
path: root/src/Fl_Group.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Group.cxx')
-rw-r--r--src/Fl_Group.cxx3
1 files changed, 2 insertions, 1 deletions
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;}