[Doxygen-develop] [PATCH] Bugs with bibliographies in HTML output
Brought to you by:
dimitri
From: Philipp M. <phi...@ge...> - 2012-08-28 11:37:47
|
I have been trying to integrate \cite into our documentation and have hit a few problems on the way. While trying to patch things, I came across more issues and would like to know if anybody has clearer idea of how to fix things. First of all CiteDict::generatePage() in cite.cpp wont work when an output directory is specified because the paths to the bib files wont match up with the paths handed to bib2xhtml.pl The attached doxygen_bib2xhtml_local.patch fixes this by using the directory from which doxygen is run for the temporary citelist.doc and the perl script. |