]> git.tuebingen.mpg.de Git - paraslash.git/commit
Manually tweak Doxyfile to squash warnings.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 22:01:48 +0000 (00:01 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Feb 2023 12:50:07 +0000 (13:50 +0100)
commit2a257727c363c492a043c5076daa50e4604cad8c
tree4bfe086f76b372960899a14ab7f09ef6bd327c20
parent44dabcd85164d35a0616f1d505bd48e91a416720
Manually tweak Doxyfile to squash warnings.

The Doxyfile introduced by the previous commit (created by running doxygen -u)
causes doxygen to complain:

warning: Tag 'TCL_SUBST' at line 260 of file '-' has become obsolete.
 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!

This patch should get rid of the warnings.
Doxyfile