Duncan Gibson wrote: > 1. the CMP/Coding Standards rules say that the doxygen comments should > all go into the header files.
From: <http://www.fltk.org/cmp.php#SOFTWARE_DEVELOPMENT_PRACTICES> "Doxygen comments are placed in the header file for the class comments and any inline methods, while non-inline methods should have their comments placed in the corresponding source file." IMHO, that's okay. > I started to look at converting Fl_Widget to have the same basic > doxygen comments as exist in the current documentation pages, without > grouping. Maybe I should concentrate on completing that so that there > is something to talk about. Fl_Widget _does_ already have doxygen comments, but they are in the header file. And there's a Doxyfile in the root directory. BTW: The current Doxyfile is version 1.5.1. My (cygwin) doxygen version is 1.5.5, but I think that 1.5.6 is current. Should Doxyfile be updated to reflect the new features? And there is at least one path (PERL_PATH) defined in the file. Does this mean that the file would need to be generated with ./configure ? Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
