Skip to content

Commit f83e16f

Browse files
Generate only html documentation (#58)
1 parent 94472dd commit f83e16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ GENERATE_HTML = YES
13301330
# The default directory is: html.
13311331
# This tag requires that the tag GENERATE_HTML is set to YES.
13321332

1333-
HTML_OUTPUT = html
1333+
HTML_OUTPUT = .
13341334

13351335
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
13361336
# generated HTML page (for example: .htm, .php, .asp).
@@ -1968,7 +1968,7 @@ EXTRA_SEARCH_MAPPINGS =
19681968
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
19691969
# The default value is: YES.
19701970

1971-
GENERATE_LATEX = YES
1971+
GENERATE_LATEX = NO
19721972

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

0 commit comments

Comments
 (0)