comparison Doxyfile.in @ 10925:993db24dae16

[gaim-migrate @ 12696] Added some checks to configure.ac to check if doxygen and dot are available and act accordingly rather than spewing errors. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 16 May 2005 21:48:05 +0000
parents c86f075b269a
children be0f164eabc6
comparison
equal deleted inserted replaced
10924:7a82d86ab44a 10925:993db24dae16
967 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 967 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
968 # available from the path. This tool is part of Graphviz, a graph visualization 968 # available from the path. This tool is part of Graphviz, a graph visualization
969 # toolkit from AT&T and Lucent Bell Labs. The other options in this section 969 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
970 # have no effect if this option is set to NO (the default) 970 # have no effect if this option is set to NO (the default)
971 971
972 HAVE_DOT = YES 972 HAVE_DOT = @enable_dot@
973 973
974 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 974 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
975 # will generate a graph for each documented class showing the direct and 975 # will generate a graph for each documented class showing the direct and
976 # indirect inheritance relations. Setting this tag to YES will force the 976 # indirect inheritance relations. Setting this tag to YES will force the
977 # the CLASS_DIAGRAMS tag to NO. 977 # the CLASS_DIAGRAMS tag to NO.