From 62f80e22b22eb076e649fc0aee8bbb2c292fa17b Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 7 Apr 2016 21:43:54 -0700 Subject: cmake: Enable use of dot for Doxygen --- host/docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs/Doxyfile.in') diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index d984b6f6b..8aa6299ae 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -1686,7 +1686,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 = @DOXYGEN_HAVE_DOT@ # 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 -- cgit v1.2.3