diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-26 16:45:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-26 16:45:59 +0000 |
commit | 695766dd08e202bdc6b601babf7f855715361b56 (patch) | |
tree | 76a861e7ee096521b232b28e190585a1c14cb701 /docs | |
parent | 6d4d3e9641ea0c2a1bbf45b7facff69513d47642 (diff) | |
download | external_llvm-695766dd08e202bdc6b601babf7f855715361b56.zip external_llvm-695766dd08e202bdc6b601babf7f855715361b56.tar.gz external_llvm-695766dd08e202bdc6b601babf7f855715361b56.tar.bz2 |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen.cfg | 2 | ||||
-rw-r--r-- | docs/doxygen.cfg.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 9627f8c..23b0e21 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 9627f8c..23b0e21 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 |