summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-05-15 13:41:16 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-05-15 11:48:55 +0000
commitdf4877382c19042e267d6a8ed7b9a93f75509bdd (patch)
treed68b57cde1015822af23af890d7a5d37c270f8f4 /odk
parent88c9939515efe8d7ef459e7b36df99282d437a48 (diff)
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 (cherry picked from commit 2e9a77aa2d8e83f6296cd9204759d18b0ec5f0b5) Reviewed-on: https://gerrit.libreoffice.org/9362 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/cpp/Doxyfile1
-rw-r--r--odk/docs/idl/Doxyfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile
index 26c8893d6624..c34915a4cee7 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 6eead549a380..c065b337f2bf 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