From 5e8a44e4a6e1f85a9981dee2e872c14b232fa468 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 9 Aug 2019 17:55:11 +0200 Subject: Doxyfile: Remove obsolete options that Mac doesn't like --- Doxyfile | 6 ++++-- 1 file 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 -- cgit v1.2.3