diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2016-11-06 21:31:02 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-03-14 20:36:38 +0100 |
commit | 03db9833e833959bb2414b736fddb967763d0d4f (patch) | |
tree | 2eb154ca40f04e9d3eea449598b0fb075e621ad5 /util/Doxyfile | |
parent | 33153b8f3a2e4974ae5b1e9f4017f669e35207fe (diff) | |
download | volse-hubzilla-03db9833e833959bb2414b736fddb967763d0d4f.tar.gz volse-hubzilla-03db9833e833959bb2414b736fddb967763d0d4f.tar.bz2 volse-hubzilla-03db9833e833959bb2414b736fddb967763d0d4f.zip |
:green_heart: Update Travis CI's Doxygen.
Travis CI has Doxygen 1.7. We need 1.8 to generate our API
documentation. Get a static version and use it.
Always build API Documentation, but changed Doxygen configuration to
only print out errors in the documentation generation, so these can be
reviewed.
Diffstat (limited to 'util/Doxyfile')
-rw-r--r-- | util/Doxyfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/Doxyfile b/util/Doxyfile index f6c0692ee..1bca6cbd4 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -23,3 +23,12 @@ ALIASES += "TODO=\todo" ALIASES += "BUG=\bug" ALIASES += "hooks=\xrefitem hooks \"Hooks\" \"Hooks List\"" ALIASES += "HOOKS=\hooks" +# Output +QUIET = YES +WARNINGS = YES +# Dot tool config +HAVE_DOT = YES +DOT_IMAGE_FORMAT = svg +INTERACTIVE_SVG = YES +CLASS_GRAPH = YES +COLLABORATION_GRAPH = NO |