diff options
author | David Robillard <d@drobilla.net> | 2020-09-27 13:14:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-27 13:15:54 +0200 |
commit | 50a5b1059ff1f40758cef5445b465a7de8bfb477 (patch) | |
tree | 325060c74ebd024712a9994c69da4b9a2dca6795 /doc | |
parent | 4c7a164e50bdb7fdf61f3e047ed6a8085b2d1ef8 (diff) | |
download | sord-50a5b1059ff1f40758cef5445b465a7de8bfb477.tar.gz sord-50a5b1059ff1f40758cef5445b465a7de8bfb477.tar.bz2 sord-50a5b1059ff1f40758cef5445b465a7de8bfb477.zip |
Remove deprecated Doxygen configuration keys
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index af68490..be5f1a4 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -230,12 +230,6 @@ TAB_SIZE = 4 ALIASES = -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -1630,15 +1624,6 @@ MAKEINDEX_CMD_NAME = makeindex COMPACT_LATEX = NO -# The PAPER_TYPE tag can be used to set the paper type that is used by the -# printer. -# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x -# 14 inches) and executive (7.25 x 10.5 inches). -# The default value is: a4. -# This tag requires that the tag GENERATE_LATEX is set to YES. - -PAPER_TYPE = a4wide - # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names # that should be included in the LaTeX output. The package can be specified just # by its name or with the correct syntax as to be used with the LaTeX @@ -2094,12 +2079,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 #--------------------------------------------------------------------------- @@ -2113,15 +2092,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. |