[Libreoffice-commits] core.git: odk/docs
David Tardon
dtardon at redhat.com
Thu May 15 04:43:25 PDT 2014
odk/docs/cpp/Doxyfile | 1 +
odk/docs/idl/Doxyfile | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 2e9a77aa2d8e83f6296cd9204759d18b0ec5f0b5
Author: David Tardon <dtardon at redhat.com>
Date: Thu May 15 13:41:16 2014 +0200
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
diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile
index 30346e0..2519f1b 100644
--- a/odk/docs/cpp/Doxyfile
+++ b/odk/docs/cpp/Doxyfile
@@ -24,6 +24,7 @@ WARN_FORMAT = "$file:$line: $text"
INPUT = %
RECURSIVE = YES
+GENERATE_HTML = YES
HTML_OUTPUT = .
GENERATE_LATEX = NO
diff --git a/odk/docs/idl/Doxyfile b/odk/docs/idl/Doxyfile
index 6eead54..c065b33 100644
--- a/odk/docs/idl/Doxyfile
+++ b/odk/docs/idl/Doxyfile
@@ -13,6 +13,7 @@ STRIP_FROM_PATH = %
INPUT = %
RECURSIVE = YES
+GENERATE_HTML = YES
HTML_OUTPUT = .
GENERATE_LATEX = NO
More information about the Libreoffice-commits
mailing list