]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Doxyfile.in: Remove deprecated variables
authorNoel Kuntze <noel.kuntze@thermi.consulting>
Wed, 14 Apr 2021 22:33:23 +0000 (00:33 +0200)
committerNoel Kuntze <noel.kuntze@thermi.consulting>
Thu, 15 Apr 2021 14:13:22 +0000 (16:13 +0200)
Doxyfile.in

index a1f3f8819edda57c418535fdebc26a7ca8bcc6ef..56d59f8a642170d322cbbc46a0d03586c4bbf4e6 100644 (file)
@@ -1990,12 +1990,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
 #---------------------------------------------------------------------------
@@ -2009,15 +2003,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.