Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable latex in doxygen config

Tags:

latex

doxygen

I want doxygen documentation generator not to generate any LaTeX files at all. HTML is enough for me. Is it possible to configure doxygen.ini to do so?

like image 911
ducin Avatar asked Dec 13 '12 10:12

ducin


1 Answers

If with doxygen.ini you mean doxygen's configuration file, then you can set GENERATE_LATEX to NO in order to disable the LaTeX output.

like image 152
doxygen Avatar answered Nov 08 '22 08:11

doxygen