diff options
author | David Robillard <d@drobilla.net> | 2020-05-16 21:17:57 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-05-16 21:17:57 +0200 |
commit | 8d6c414138a61fd302863925319e32ac1f396385 (patch) | |
tree | 1af490dcb778f6d48991e2ba168bd1e221e21b56 /doc | |
parent | c30e11788ef669b3e66788d8823696af902c7951 (diff) | |
download | pugl-8d6c414138a61fd302863925319e32ac1f396385.tar.gz pugl-8d6c414138a61fd302863925319e32ac1f396385.tar.bz2 pugl-8d6c414138a61fd302863925319e32ac1f396385.zip |
Remove deprecated Doxygen configuration values
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 833085c..4e91ca2 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 @@ -1685,7 +1679,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 |