[email protected] wrote: > Author: fabien > Date: 2008-09-14 17:27:28 -0700 (Sun, 14 Sep 2008) > New Revision: 6248 > Log: > Doxygen documentation WP7 Done. Fl_Menu_Item was a real pain to doxyfy.
Wow, Fabien, you did a _lot_ of work for doxyfying the sources. Thanks very much. I had a short look at Fl_Menu_Item, and I saw lots of html quoting for example code. I found out that it's better (IMHO) to replace <UL><PRE> with \code, </PRE></UL> with \endcode, and remove all html-related quoting inside the code examples. Eventually we should do this everywhere to have a similar look and feel. I also found some html-formatted "notes", and I changed some of them to \note statements. It's not like before, with its own background and border, but maybe it's more doxygen standard than everybody formatting his own (html) style. But this could also be done later. My "pain" is Enumerations.H, lots of one-liners from different sources, and I don't know if we should also have a tutorial chapter like before, or if this would all go in the doxygen reference of Enumerations.H. I'm still working on my chapters to reformat the links and so on, but now, since more and more sources are doxified, I can see more and more doxygen links working, and I have started removing the old html links. Thanks again for your tremendous work :-) Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
