aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-15 16:09:08 -0700
committerzotlabs <mike@macgirvin.com>2017-03-15 16:09:08 -0700
commitc95e9b9ba52b8376eea079850caf178e223a1a6d (patch)
treed9f60eec35a69652311d46a7dbf3d1bb44871442 /util/Doxyfile
parente1fe637dcd05f587a5974f5062fd4b2c31e109bb (diff)
parent472a824a1eaef00759ebbdc506384e8d521e408e (diff)
downloadvolse-hubzilla-c95e9b9ba52b8376eea079850caf178e223a1a6d.tar.gz
volse-hubzilla-c95e9b9ba52b8376eea079850caf178e223a1a6d.tar.bz2
volse-hubzilla-c95e9b9ba52b8376eea079850caf178e223a1a6d.zip
could not fix the merge conflicts in composer.lock so it will need to be regenerated in the red tree.
also the autoload_classmap is a disgrace. We provide autoload functions so that we can dynamically change the file tree without needing to regenerate a bunch of runtime stuff every time we add a file. Merge branch 'dev' into red
Diffstat (limited to 'util/Doxyfile')
-rw-r--r--util/Doxyfile9
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