From 82de901253171f4194805a3d70693387af618d25 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 31 Jan 2012 13:55:12 +0000 Subject: [PATCH] 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 --- docs/doxygen.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1