On 01.03.2010, at 14:17, manolo gouy wrote: > This doc hides what is not of end users' concern, namely platform- > specific classes (e.g., Fl_Quartz_Printer) and classes (e.g., > Fl_Virtual_Printer) that exist only because there are differences > between platforms. Is that a good idea ?
Yes, internal documentation should be hidden from the end user. However, there is a keyword for internal documentation in Doxygen, which is "\internal" IIRC. If you have additional comments or otherwise undocumented "under the hood" classes, this is the label to use. A core developer can then set the INTERNAl flag in the Doxygen config file and get the complete docs if needed. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
