diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-05-07 19:05:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 19:05:04 (GMT) |
commit | a0edd8c583aec5bb65c60eb030ad237f65d52b6c (patch) | |
tree | 0f4375fce8220446f9953b45baa15396f9cf959b /src | |
parent | 4ce1a96afcd279eae6caa71f9ee3cdbc3d4aa773 (diff) | |
parent | 6d1535c38fe6bdaa2a00fff0e7e43774a740a4ce (diff) | |
download | Doxygen-a0edd8c583aec5bb65c60eb030ad237f65d52b6c.zip Doxygen-a0edd8c583aec5bb65c60eb030ad237f65d52b6c.tar.gz Doxygen-a0edd8c583aec5bb65c60eb030ad237f65d52b6c.tar.bz2 |
Merge pull request #6967 from albert-github/feature/bug_783759
Bug 783759 - PERL_PATH config option: when is this needed? Still used?
Diffstat (limited to 'src')
-rw-r--r-- | src/config.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/config.xml b/src/config.xml index 8820fe7..0b26571 100644 --- a/src/config.xml +++ b/src/config.xml @@ -105,7 +105,6 @@ PROJECT_NAME = Example INPUT = example.cc example.h WARNINGS = YES TAGFILES = qt.tag -PERL_PATH = /usr/local/bin/perl SEARCHENGINE = NO \endverbatim @@ -120,7 +119,6 @@ INPUT = examples/examples.doc src FILE_PATTERNS = *.cc *.h INCLUDE_PATH = examples TAGFILES = qt.tag -PERL_PATH = /usr/bin/perl SEARCHENGINE = YES \endverbatim @@ -3229,14 +3227,6 @@ where `loc1` and `loc2` can be relative or absolute paths or URLs. ]]> </docs> </option> - <option type='string' id='PERL_PATH' format='file' defval='/usr/bin/perl' abspath='1'> - <docs> -<![CDATA[ - The \c PERL_PATH should be the absolute path and name of the perl script - interpreter (i.e. the result of `'which perl'`). -]]> - </docs> - </option> </group> <group name='Dot' docs='Configuration options related to the dot tool'> <option type='bool' id='CLASS_DIAGRAMS' defval='1'> @@ -3639,5 +3629,6 @@ remove the intermediate dot files that are used to generate the various graphs. <option type='obsolete' id='SYMBOL_CACHE_SIZE'/> <option type='obsolete' id='XML_SCHEMA'/> <option type='obsolete' id='XML_DTD'/> + <option type='obsolete' id='PERL_PATH'/> </group> </doxygenconfig> |