diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-15 15:33:49 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-15 15:33:49 +0000 |
commit | f804e2c587f592372c9802be5bcae3d937035f41 (patch) | |
tree | 9af7ad56770e4e248652f76cffb7ba04877a83f7 /docs/doxygen.cfg.in | |
parent | 234b3ec8795e0661af56aa1d1a978a41d80686c5 (diff) |
Removed obsolete doxygen options (they were blank anyway).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r-- | docs/doxygen.cfg.in | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 4738f4b4b8..52a0c4c9e7 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -861,38 +861,3 @@ DOT_CLEANUP = YES # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO - -# The CGI_NAME tag should be the name of the CGI script that -# starts the search engine (doxysearch) with the correct parameters. -# A script with this name will be generated by doxygen. - -CGI_NAME = - -# The CGI_URL tag should be the absolute URL to the directory where the -# cgi binaries are located. See the documentation of your http daemon for -# details. - -CGI_URL = - -# The DOC_URL tag should be the absolute URL to the directory where the -# documentation is located. If left blank the absolute path to the -# documentation, with file:// prepended to it, will be used. - -DOC_URL = - -# The DOC_ABSPATH tag should be the absolute path to the directory where the -# documentation is located. If left blank the directory on the local machine -# will be used. - -DOC_ABSPATH = - -# The BIN_ABSPATH tag must point to the directory where the doxysearch binary -# is installed. - -BIN_ABSPATH = - -# The EXT_DOC_PATHS tag can be used to specify one or more paths to -# documentation generated for other projects. This allows doxysearch to search -# the documentation for these projects as well. - -EXT_DOC_PATHS = |