diff options
Diffstat (limited to 'src/fl_shortcut.cxx')
| -rw-r--r-- | src/fl_shortcut.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h> +/** + 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; |
