Greg Ercolano wrote: > I decided to download the source to doxygen to see how it > handles the \image tag. > > Seems it might be a bug in doxygen; it seems to do a copy operation > on each image, and during the copy (using its qtools QFile class) > it seems to check for failure during the open and warn if the file > doesn't exist, but the check isn't working.
OK, all the above is crapola because it was finding copies I'd made of the files in subdirs. While noodling with doxygen, I didn't catch that it was actually recursively searching for images in subdirs of the image src dir and using them. To me, it appeared to be opening files that didn't exist, LOL. > Either way, doxygen isn't going to give us any error messages. So it /is/ giving errors for me, now that I removed the copies that I thought were "hidden". Nevermind..! (I'm guessing this is happening because we have RECURSIVE=YES in the Doxybook file) _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
