diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-16 10:02:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 10:02:17 +1100 |
commit | 16df1c1ad4251db369a9b90889c12c186a2f12fb (patch) | |
tree | 7e87e4c198cda6474d996a5cfd6d6b47ebfcc8dc /util | |
parent | 62c921815fcc832d550c5c453284e911da10692f (diff) | |
parent | 5c080ca4e84d9c516d229b8a1248ad5aecf2fe0f (diff) | |
download | volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.tar.gz volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.tar.bz2 volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.zip |
Merge pull request #569 from dawnbreak/QA_testing
[FEATURE] Extend Travis CI integration.
Diffstat (limited to 'util')
-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 |