From 9d4fb49dbc224989dc64af864b296f1cc73a4eff Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 12 Jun 2020 17:39:39 +0300 Subject: Documentation: Drop TCL_SUBST tag from Doxyfile.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The TCL_SUBST tag is deprecated and causes doxygen 1.18.8 to generate a warning. Drop it from Doxyfile.in. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund --- Documentation/Doxyfile.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Documentation') diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 5f484752..fa8d744b 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -244,12 +244,6 @@ ALIASES = "context=\xrefitem context \"Thread Safety\" \"Thread S ALIASES += "threadbound=\ref thread-bound \"thread-bound\"" ALIASES += "threadsafe=\ref thread-safe \"thread-safe\"" -# 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 -- cgit v1.2.1