From 3ed7c63aef1343f2804c8fe55bad88cc1852f0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Thu, 17 Mar 2016 20:33:30 +0100 Subject: [PATCH] docs: fix "make doxygen" target not generating anything --- docs/html.dox.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html.dox.in b/docs/html.dox.in index 42cba7fac..84aed6a25 100644 --- a/docs/html.dox.in +++ b/docs/html.dox.in @@ -62,7 +62,7 @@ EXAMPLE_PATTERNS = *.c # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output # The default value is: YES. -#GENERATE_HTML = YES +GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of