Kaydet (Commit) 2e9a77aa authored tarafından David Tardon's avatar David Tardon

fix for doxygen 1.8.7

Earlier versions apparently used HTML as default if no output format was
specified. 1.8.7 no longer does that.

Change-Id: Ia8f908f54b344530e1b50e8800c032f782fb36e9
üst c1cad9bb
......@@ -24,6 +24,7 @@ WARN_FORMAT = "$file:$line: $text"
INPUT = %
RECURSIVE = YES
GENERATE_HTML = YES
HTML_OUTPUT = .
GENERATE_LATEX = NO
......
......@@ -13,6 +13,7 @@ STRIP_FROM_PATH = %
INPUT = %
RECURSIVE = YES
GENERATE_HTML = YES
HTML_OUTPUT = .
GENERATE_LATEX = NO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment