> > Did you also see the lots of warnings when creating the docs? > Before the Fl_Printer addition we had only one or two warnings. > Do you have any plans or ideas how to reduce the warnings again? > Some look trivial, but others may be difficult to "repair". > > Albrecht
Yes, I see these warnings. We have now basically two names for each graphics function, e.g., fl_rect() and Fl_Device::rect() and only one (generally, but not always, the second) is documented, so this creates a warning for the undocumented one. I believe the solution would be to hide from Doxygen the name Fl_Device::<i>graphics_function</i>() because we don't want end-users to use it, and instead document the <i>fl_graphics_function</i>() name. Does that sound correct ? _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
