[Doxygen-develop] [Patch] LATEX_FOOTER
Brought to you by:
dimitri
From: Mark de W. <m.d...@da...> - 2010-11-08 12:42:28
|
Hi, I recently wanted to add the LaTeX output of Doxygen in the middle of a manual. So I wanted to have a Doxygen generated refman.tex that only adds the list of files needed to include the Doxygen output. With an empty LATEX_HEADER file I could skip the automatic preamble, but alas there was no LATEX_FOOTER option to avoid the generation of the final part (\makeindex\end{document}). So I wrote a small patch which adds a LATEX_FOOTER configuration option. The option allows you to use a file to generate the final part of the LaTeX file. If you deem it useful feel free to include it in Doxygen. Regards, Mark de Wever |