Skip to content

Commit c31b21c

Browse files
committed
Disable latex generation in doxygen
1 parent a921ed9 commit c31b21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ EXTRA_SEARCH_MAPPINGS =
20612061
# If the GENERATE_LATEX tag is set to YES, Doxygen will generate LaTeX output.
20622062
# The default value is: YES.
20632063

2064-
GENERATE_LATEX = YES
2064+
GENERATE_LATEX = NO
20652065

20662066
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
20672067
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

0 commit comments

Comments
 (0)