diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-12 18:36:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-12 18:36:07 +0000 |
commit | 65415bb93a32f1be81cb852e6caf925511078fc2 (patch) | |
tree | 28722baf22d39e84fad295bf8c05c45c80aef5c8 /Doxyfile | |
parent | 655a29e71243389d7bdca55a64763cd0bb705288 (diff) | |
download | ffmpeg-65415bb93a32f1be81cb852e6caf925511078fc2.tar.gz |
Do not generate LaTeX Doxygen documentation by default.
Our general use case just requires HTML documentation, so skip the extra step.
Originally committed as revision 24216 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -890,7 +890,7 @@ FORMULA_FONTSIZE = 10 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be |