Submitted by Jack on Sun, 17/07/2011 - 17:49
Notes on using Doxygen
LaTeX output
First produce the latex header (source): doxygen -w latex latex/header.tex latex/doxygen.sty Doxyfile
Then make a simple latex/wrapper.tex file:
\input{header.tex}
\input{class_power_state_graph.tex}
...
\end{document}
And compile with pdflatex wrapper.tex
Add new comment