diff options
author | David Robillard <d@drobilla.net> | 2020-08-13 17:16:24 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-13 17:16:24 +0200 |
commit | fe96927c5b3ad4bf44933a2b084f75d02365fa43 (patch) | |
tree | 39d872f1d6a01e9ff3991a8dfb25df7f112ea458 | |
parent | a463eff9f4157ba11017f47ad9a3152a6576f5f5 (diff) | |
download | zix-fe96927c5b3ad4bf44933a2b084f75d02365fa43.tar.gz zix-fe96927c5b3ad4bf44933a2b084f75d02365fa43.tar.bz2 zix-fe96927c5b3ad4bf44933a2b084f75d02365fa43.zip |
Remove obsolete things from Doxygen file
-rw-r--r-- | doc/reference.doxygen.in | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index fe7eeaa..0e6c3cf 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 @@ -1595,7 +1589,7 @@ COMPACT_LATEX = NO # The default value is: a4. # This tag requires that the tag GENERATE_LATEX is set to YES. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names # that should be included in the LaTeX output. To get the times font for @@ -2008,12 +2002,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 #--------------------------------------------------------------------------- @@ -2027,15 +2015,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. |