From: Rainer Jung Date: Tue, 31 Jan 2012 13:55:12 +0000 (+0000) Subject: Make doxygen generate (useful) graphs X-Git-Tag: 2.4.1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82de901253171f4194805a3d70693387af618d25;p=apache Make doxygen generate (useful) graphs Backport of r1201032 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238533 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