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
This commit is contained in:
parent
655a29e712
commit
65415bb93a
1 changed files with 1 additions and 1 deletions
2
Doxyfile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue