summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorIgor Galić <igalic@apache.org>2011-11-11 19:26:22 +0000
committerIgor Galić <igalic@apache.org>2011-11-11 19:26:22 +0000
commitaa574a2962822fcdaf8f7c89f286e87fe66933c3 (patch)
treeef0e58ac1adf8a225a1d97dd79255727d48ba425 /docs/doxygen.conf
parent6ca4144c536ae7c5ffae874bb514a7597068dac2 (diff)
downloadhttpd-aa574a2962822fcdaf8f7c89f286e87fe66933c3.tar.gz
Make doxygen generate (useful) graphs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 95e11bc2ae..dad045aaf0 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -13,6 +13,9 @@ EXTRACT_ALL=YES
# add documentation for functions that are declared internal use only
INTERNAL_DOCS=YES
+HAVE_DOT=YES
+CLASS_GRAPH=YES
+
ENABLE_PREPROCESSING=YES
MACRO_EXPANSION=YES