How to get a single PDF document from Doxygen?

前端 未结 6 1421
感情败类
感情败类 2021-01-30 16:50

When I generate Doxygen documentation in PDF format, I get plenty of different files with a single diagram in each.
Is it possible to obtain a single PDF document, organized

6条回答
  •  Happy的楠姐
    2021-01-30 17:11

    I would add one additional advise. Don't ignore the latex warnings. pdflatex can fail to produce an output file as well as any meaningful errors.

    I had a similar annoying situation and just fixing all the warnings helped to produce the correct output file without any further issues.

提交回复
热议问题