How to get a single PDF document from Doxygen?

前端 未结 6 1356
感情败类
感情败类 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条回答
  •  走了就别回头了
    2021-01-30 17:15

    Assuming that doxygen is configured correctly, under Linux:

    doxygen
    cd latex
    make
    

    The generated file will be refman.pdf unless it's configured otherwise.

提交回复
热议问题