summaryrefslogtreecommitdiff
path: root/maintenance/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/Doxyfile')
-rw-r--r--maintenance/Doxyfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile
index 3d037651..7d7849c8 100644
--- a/maintenance/Doxyfile
+++ b/maintenance/Doxyfile
@@ -113,7 +113,7 @@ FILE_PATTERNS = *.c \
*.odl \
*.cs \
*.php \
- *.php3 \
+ *.php5 \
*.inc \
*.m \
*.mm \
@@ -129,14 +129,14 @@ FILE_PATTERNS = *.c \
*.H++ \
*.CS \
*.PHP \
- *.PHP3 \
+ *.PHP5 \
*.M \
*.MM \
*.PY
RECURSIVE = YES
-EXCLUDE =
+EXCLUDE = {{EXCLUDE}}
EXCLUDE_SYMLINKS = YES
-EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE}}
+EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE_PATTERNS}}
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO
@@ -255,7 +255,7 @@ PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = NO
HIDE_UNDOC_RELATIONS = YES
-HAVE_DOT = NO
+HAVE_DOT = {{HAVE_DOT}}
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
@@ -264,6 +264,7 @@ TEMPLATE_RELATIONS = NO
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = YES
+CALLER_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png