> For the new doxygen docs, I currently don't know how to generate a > printable (pdf) version, although I know that there are doxygen options > (GENERATE_LATEX and USE_PDFLATEX). I tried them once, but didn't succeed > with my cygwin LaTeX version :-(
In principle it's just a question of setting the Doxyfile options: GENERATE_LATEX = YES PDF_HYPERLINKS = YES USE_PDFLATEX = YES running doxygen, and then running 'make' in the latex directory that doxygen creates. However, I've just tried it, and I get an awful lot of LaTeX errors. It still generates a 151 page refman.pdf, but it's clearly incomplete. The chapters seem to be out of order, many of the links don't work, there are no images, and there is no class reference. It could be that there's something missing from my environment, or that I have to tweak some other setting, but we probably would still need to do a lot of other tidying up before we can get this to work. Pity! It would have been a neat solution. D. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
