I have a small C++ project (~60 classes) that I need a human readable PDF of. I tried using doxygen but the LaTeX code it generates does not compile because it's too deeply nested for the LaTeX compiler.
Before I start creating a PDF or HTML document myself using the XML sources doxygen generates, I wanted to know if anyone of you knows a tool I could use?