diff options
author | David Tardon <dtardon@redhat.com> | 2014-05-15 13:41:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-05-15 13:42:38 +0200 |
commit | 2e9a77aa2d8e83f6296cd9204759d18b0ec5f0b5 (patch) | |
tree | 17c59b596b77990b173169cf072ed25d0833f5ae /odk/docs/cpp | |
parent | c1cad9bbc3d2721304e7ac592b5d7396ad1a7c98 (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
Diffstat (limited to 'odk/docs/cpp')
-rw-r--r-- | odk/docs/cpp/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile index 30346e0df020..2519f1bfba82 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 |