aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-08-09 17:55:11 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-08-09 18:03:17 +0200
commit5e8a44e4a6e1f85a9981dee2e872c14b232fa468 (patch)
tree464cdb2eed287539bfd57f136a794e6b72178e1a /Doxyfile
parent99b25fcf9009a6cc098cf2e0703f994d74968985 (diff)
downloadPROJ-5e8a44e4a6e1f85a9981dee2e872c14b232fa468.tar.gz
PROJ-5e8a44e4a6e1f85a9981dee2e872c14b232fa468.zip
Doxyfile: Remove obsolete options that Mac doesn't like
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 5745cca7..da9a6b61 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -2122,7 +2122,8 @@ EXTERNAL_PAGES = YES
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.
-PERL_PATH = /usr/bin/perl
+# Commented by E. Rouault
+# PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
@@ -2144,7 +2145,8 @@ CLASS_DIAGRAMS = YES
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.
-MSCGEN_PATH =
+# Commented by E. Rouault
+# MSCGEN_PATH =
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The