summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-05-07 11:24:29 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-05-07 11:24:29 (GMT)
commit6d1535c38fe6bdaa2a00fff0e7e43774a740a4ce (patch)
tree0f4375fce8220446f9953b45baa15396f9cf959b /src/config.xml
parent4ce1a96afcd279eae6caa71f9ee3cdbc3d4aa773 (diff)
downloadDoxygen-6d1535c38fe6bdaa2a00fff0e7e43774a740a4ce.zip
Doxygen-6d1535c38fe6bdaa2a00fff0e7e43774a740a4ce.tar.gz
Doxygen-6d1535c38fe6bdaa2a00fff0e7e43774a740a4ce.tar.bz2
Bug 783759 - PERL_PATH config option: when is this needed? Still used?
As, more or less, mentioned in the bug report: in version 1.7.6.1 the PERL_PATH is still in use (instdox.cpp) but in version 1.8.0 it is not used anymore, so the parameter has been set to obsolete now.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml11
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>