From 9486c6790451a36d657f1c0ceebab3842d2b4ac1 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 24 Sep 2020 13:21:47 +0200 Subject: [PATCH] remove obsolete TCL_SUBST from Doxyfile fix warnings as Tag 'TCL_SUBST' at line N of file 'Doxyfile' has become obsolete. --- deltachat-ffi/Doxyfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deltachat-ffi/Doxyfile b/deltachat-ffi/Doxyfile index 23a5c328a..23a2cd731 100644 --- a/deltachat-ffi/Doxyfile +++ b/deltachat-ffi/Doxyfile @@ -236,12 +236,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