Skip to content

Commit 6fc24f8

Browse files
committed
Merge pull request #205 from jnpkrn/docs-fix-make-doxygen
docs: fix "make doxygen" target not generating anything
2 parents b2d159f + 3ed7c63 commit 6fc24f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html.dox.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ EXAMPLE_PATTERNS = *.c
6262
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
6363
# The default value is: YES.
6464

65-
#GENERATE_HTML = YES
65+
GENERATE_HTML = YES
6666

6767
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
6868
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

0 commit comments

Comments
 (0)