Lame patch: expect dot and msgen in /usr/bin
authorNicolas Williams <nico@cryptonector.com>
Thu, 15 Dec 2016 04:04:30 +0000 (22:04 -0600)
committerNicolas Williams <nico@cryptonector.com>
Thu, 15 Dec 2016 04:05:59 +0000 (22:05 -0600)
doc/doxytmpl.dxy

index 136a7a1d20e1fe3c16327a2cb5b88afff0259a16..1acc964c566cc6f268c153c04c1342cf229f55c7 100644 (file)
@@ -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