> It seems fl_old_shortcut() has doxygen docs for the function,
> but it's not showing up in the generated docs.
>
> I'd like to refer to fl_old_shortcut() in the docs for Fl_Menu::add()
> since it is that function that defines the behavior of shortcut handling.
>
> It seems to be a global function used by Fl_Button and Fl_Menu,
> and is in the global name space (ie. applications can call it).
>
> Is there a reason it's being hidden from the doxygen docs?
>
> There's also a separate thread discussing adding more codes
> to the method (eg. FL_META, FL_CONTROL, FL_COMMAND..), so this
> might be a good time to figure this out.

I would suggest to add a declaration of fl_old_shortcut()
in file FL/fl_draw.H This should make it seen by Doxygen.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to