summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2016-12-14 22:04:30 -0600
committerViktor Dukhovni <viktor@twosigma.com>2016-12-15 04:31:49 -0500
commita9ba3b5f9dcfb9aa38ab2822a0e4d791035b002c (patch)
tree0b0f0de9d057612d6b36a1e6aa7225f317c7d70c
parent67fe0cc0eb5be3018c7f90cbf5e3963203d7be9f (diff)
Lame patch: expect dot and msgen in /usr/bin
-rw-r--r--doc/doxytmpl.dxy4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxytmpl.dxy b/doc/doxytmpl.dxy
index 136a7a1d2..1acc964c5 100644
--- a/doc/doxytmpl.dxy
+++ b/doc/doxytmpl.dxy
@@ -227,7 +227,7 @@ EXTERNAL_GROUPS = YES
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = NO
-MSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/
+MSCGEN_PATH = /usr/bin
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = YES
CLASS_GRAPH = YES
@@ -242,7 +242,7 @@ CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
-DOT_PATH = /Applications/Doxygen.app/Contents/Resources/
+DOT_PATH = /usr/bin
DOTFILE_DIRS =
DOT_GRAPH_MAX_NODES = 50
MAX_DOT_GRAPH_DEPTH = 1000