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