aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'util/Doxyfile')
-rw-r--r--util/Doxyfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/util/Doxyfile b/util/Doxyfile
index f6c0692ee..7be774a81 100644
--- a/util/Doxyfile
+++ b/util/Doxyfile
@@ -23,3 +23,15 @@ 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
+# fix @var (https://bugzilla.gnome.org/show_bug.cgi?id=626105)
+#INPUT_FILTER = "sed -e 's/@var\s/@see /'"
+INPUT_FILTER = "php util/Doxygen_phpvarfilter.php"