diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-16 09:46:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-16 09:46:09 +0100 |
commit | 4c2bdc9dc021418563040929fbd0363e08591f9f (patch) | |
tree | 64d832524131b7a40d83baf5770e29fe2942d8e0 /util/Doxyfile | |
parent | a73ea134cd09af039e01e4f6ae7f455ecb76279e (diff) | |
parent | 16df1c1ad4251db369a9b90889c12c186a2f12fb (diff) | |
download | volse-hubzilla-4c2bdc9dc021418563040929fbd0363e08591f9f.tar.gz volse-hubzilla-4c2bdc9dc021418563040929fbd0363e08591f9f.tar.bz2 volse-hubzilla-4c2bdc9dc021418563040929fbd0363e08591f9f.zip |
Merge branch 'dev' into bs4
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 |