Don't hardcode path to dot in the doxygen config file. Let doxygen search the PATH
authorChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 16:45:59 +0000 (16:45 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 16:45:59 +0000 (16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3949 91177308-0d34-0410-b5e6-96231b3b80d8

docs/doxygen.cfg
docs/doxygen.cfg.in

index 9627f8c3c3a5c404732f2cbe46340119b1bd07a4..23b0e217766f7720194995d88c56cb7472f424ff 100644 (file)
@@ -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 
index 9627f8c3c3a5c404732f2cbe46340119b1bd07a4..23b0e217766f7720194995d88c56cb7472f424ff 100644 (file)
@@ -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