aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference.doxygen.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 17:48:09 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 17:48:09 +0200
commit2bc00124c930a70f0bab57b630807031a779e696 (patch)
treeb2de61e2f73feda1196b4052ff335b4e268011b8 /doc/reference.doxygen.in
parent32b070864f7803896f4b2e44b698e1fdd0db0a3c (diff)
downloadlv2-2bc00124c930a70f0bab57b630807031a779e696.tar.xz
Remove deprecated Doxygen configuration keys
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r--doc/reference.doxygen.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 622fa54..053b542 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -243,12 +243,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
@@ -1712,7 +1706,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. The package can be specified just