diff options
author | albert-github <albert.tests@gmail.com> | 2019-05-07 11:24:29 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-05-07 11:24:29 (GMT) |
commit | 6d1535c38fe6bdaa2a00fff0e7e43774a740a4ce (patch) | |
tree | 0f4375fce8220446f9953b45baa15396f9cf959b /doc/Doxyfile | |
parent | 4ce1a96afcd279eae6caa71f9ee3cdbc3d4aa773 (diff) | |
download | Doxygen-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 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 4c0a19d..7697d70 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -45,7 +45,6 @@ EXAMPLE_PATH = ../examples RECURSIVE = NO TAGFILES = ALLEXTERNALS = NO -PERL_PATH = /usr/bin/perl SEARCHENGINE = NO PDF_HYPERLINKS = YES USE_PDFLATEX = YES |