From: Igor Galić Date: Fri, 11 Nov 2011 19:26:22 +0000 (+0000) Subject: Make doxygen generate (useful) graphs X-Git-Tag: 2.5.0-alpha~7922 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa574a2962822fcdaf8f7c89f286e87fe66933c3;p=apache Make doxygen generate (useful) graphs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201032 13f79535-47bb-0310-9956-ffa450edef68 --- 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