diff options
author | Igor Galić <igalic@apache.org> | 2011-11-11 20:26:22 +0100 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2011-11-11 20:26:22 +0100 |
commit | aa574a2962822fcdaf8f7c89f286e87fe66933c3 (patch) | |
tree | ef0e58ac1adf8a225a1d97dd79255727d48ba425 /docs/doxygen.conf | |
parent | Axes links to many grossly outdated resources. Adds more visible warning (diff) | |
download | apache2-aa574a2962822fcdaf8f7c89f286e87fe66933c3.tar.xz apache2-aa574a2962822fcdaf8f7c89f286e87fe66933c3.zip |
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 '')
-rw-r--r-- | docs/doxygen.conf | 3 |
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 |