diff options
author | David Robillard <d@drobilla.net> | 2020-03-17 11:03:27 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-17 11:03:27 +0100 |
commit | 51a93e2cae7a8798bdd4965dcaedc7d9ed5c0d02 (patch) | |
tree | f16868ef4c7aee3400d25ffb9cbcec2e73b06124 | |
parent | e76c7df6079b235e6d4e758732ded311bd55883c (diff) | |
download | serd-51a93e2cae7a8798bdd4965dcaedc7d9ed5c0d02.tar.gz serd-51a93e2cae7a8798bdd4965dcaedc7d9ed5c0d02.tar.bz2 serd-51a93e2cae7a8798bdd4965dcaedc7d9ed5c0d02.zip |
Remove unused obsolete Doxygen options
-rw-r--r-- | doc/reference.doxygen.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 8e11f865..ca9f5109 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -2157,12 +2157,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 #--------------------------------------------------------------------------- @@ -2176,15 +2170,6 @@ PERL_PATH = /usr/bin/perl CLASS_DIAGRAMS = NO -# 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. |