Fabien Costantini wrote: > Also, I'm not satisfied with the prefixes generated for HTML files related to > classes, functions, enums and other aspects. > They are too long and I prefer the fltk2 documentation HTML files naming.
Set CASE_SENSE_NAMES = YES in the Doxygen file to get this. This works on Windows as well as Unix. It would only break on Windows if there actually was two classes whose names differed only in case. It is ok if there is a class and a function whose names differ only in case. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
