From patchwork Fri Jun 12 14:42:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 4035 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id DC05960C4E for ; Fri, 12 Jun 2020 16:42:59 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="kkO4l8Ae"; dkim-atps=neutral Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5AD4D24F for ; Fri, 12 Jun 2020 16:42:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1591972979; bh=l8iLAK6z6bMPnWyNx84k/pbR1hQ79rTZ/KDfKkObPcI=; h=From:To:Subject:Date:From; b=kkO4l8AevW658rjdFdXXr0NOxDdGNHhoHCaYVmnm2hpZw1W6Mi7QYzOkgkjF8BdtD wE8ORA+4sE87R6cNOszuspGId/SkZ7UxA6zvYeDKari9ukzAE+IKNL6vBZ0g133HiT Ei07yQECUpg9xiuxsGKHC/6xNrc3U4zpvWMwfiqs= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Fri, 12 Jun 2020 17:42:35 +0300 Message-Id: <20200612144235.31475-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Documentation: Drop TCL_SUBST tag from Doxyfile.in X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2020 14:43:00 -0000 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(-) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 5f4847523c53..fa8d744b93ae 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