From 65415bb93a32f1be81cb852e6caf925511078fc2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 12 Jul 2010 18:36:07 +0000 Subject: 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 --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 38d1fe7834..1173836cb1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 -- cgit v1.2.3