aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-15 21:19:21 +0100
committerDavid Robillard <d@drobilla.net>2020-02-16 12:00:33 +0100
commit0cf806ec1578a1509294f5855019f90d6ba10feb (patch)
treec9d16c7fffed96705242d21231ff7459c39e3c6c
parent8f4a9633d99efcfa3efe002a99fe7b43828162a2 (diff)
downloadlv2-0cf806ec1578a1509294f5855019f90d6ba10feb.tar.xz
Remove deprecated Doxygen configuration keys
-rw-r--r--doc/reference.doxygen.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 77a67b4..6538584 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -2184,12 +2184,6 @@ EXTERNAL_GROUPS = YES
EXTERNAL_PAGES = YES
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of 'which perl').
-# The default file (with absolute path) is: /usr/bin/perl.
-
-PERL_PATH = /usr/bin/perl
-
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
@@ -2203,15 +2197,6 @@ PERL_PATH = /usr/bin/perl
CLASS_DIAGRAMS = YES
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see:
-# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
-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
# DIA_PATH tag allows you to specify the directory where the dia binary resides.