[Doxygen-develop] Problems with LaTeX output
Brought to you by:
dimitri
From: Guy H. <guy...@or...> - 2009-03-17 14:41:52
|
Hi there I am trying to get a body of code that was previously documented using doxygen v1.3.9 to work with v1.5.8. In fact I'm using a checkout from svn as there is a known problem with the latex output from 1.5.8 caused by latex environments not being 'end'ed properly. My initial checkout pulled down version 681 and this built and ran fine, but I found that it didn't manage to add hyphenation hints in long method names as the old version of doxygen did, and I got lots of overfull hbox warnings from latex. I tried a later checkout (version 684) but hyperlinks in this version appeared to be completely broken --- all the links in my PDF take me to the top page. Are these known faults in doxygen svn at the moment? Might I have overlooked a config change that I need in my doxyfile? many thanks guy |