From: Chris Lattner Date: Thu, 26 Sep 2002 16:45:59 +0000 (+0000) Subject: Don't hardcode path to dot in the doxygen config file. Let doxygen search the PATH X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=695766dd08e202bdc6b601babf7f855715361b56;p=oota-llvm.git Don't hardcode path to dot in the doxygen config file. Let doxygen search the PATH git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3949 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 9627f8c3c3a..23b0e217766 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -818,7 +818,7 @@ GRAPHICAL_HIERARCHY = YES # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found on the path. -DOT_PATH = /home/vadve/lattner/bin/ +DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 9627f8c3c3a..23b0e217766 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -818,7 +818,7 @@ GRAPHICAL_HIERARCHY = YES # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found on the path. -DOT_PATH = /home/vadve/lattner/bin/ +DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the