From fd407c7775dbfd8efd15afaaa89586cf2e8689e9 Mon Sep 17 00:00:00 2001 From: engelsman Date: Sat, 20 Sep 2008 21:04:28 +0000 Subject: doxygen comments for undocumented features in Fl_Browser_, Fl_Button, Fl_Chart. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6319 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_shortcut.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fl_shortcut.cxx') diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index dd1d9b9d0..4f67464ab 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -202,6 +202,10 @@ const char * fl_shortcut_label(int shortcut) { // Emulation of XForms named shortcuts #include +/** + Emulation of XForms named shortcuts. + \todo Why does doxygen display fl_old_shortcut() on Fl_Button page? +*/ int fl_old_shortcut(const char* s) { if (!s || !*s) return 0; int n = 0; -- cgit v1.2.3