From: Arran Cudbard-Bell Date: Sat, 12 Nov 2011 23:19:59 +0000 (+0100) Subject: Turn on DOT rendering of Class diagrams X-Git-Tag: release_3_0_0_beta0~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32da7534c73f54bc41a2d06dd88e7a9b61bfc098;p=thirdparty%2Ffreeradius-server.git Turn on DOT rendering of Class diagrams --- diff --git a/doc/source/Doxyfile b/doc/source/Doxyfile index 1d2cf756f64..81f0db96937 100644 --- a/doc/source/Doxyfile +++ b/doc/source/Doxyfile @@ -1545,7 +1545,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is # allowed to run in parallel. When set to 0 (the default) doxygen will @@ -1698,14 +1698,14 @@ MAX_DOT_GRAPH_DEPTH = 0 # enabling this option may lead to badly anti-aliased labels on the edges of # a graph (i.e. they become hard to read). -DOT_TRANSPARENT = NO +DOT_TRANSPARENT = YES # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. -DOT_MULTI_TARGETS = NO +DOT_MULTI_TARGETS = YES # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and