{"id":13380,"url":"https://patchwork.libcamera.org/api/patches/13380/?format=json","web_url":"https://patchwork.libcamera.org/patch/13380/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210817223338.9027-1-laurent.pinchart@ideasonboard.com>","date":"2021-08-17T22:33:38","name":"[libcamera-devel] Documentation: Drop deprecated Doxygen options","commit_ref":"e991bb2c362e5dc2e9fdea2410e74c39a39d8708","pull_url":null,"state":"accepted","archived":false,"hash":"d5cd39d37db97267fbfb98643b4c8623646f3e69","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/13380/mbox/","series":[{"id":2366,"url":"https://patchwork.libcamera.org/api/series/2366/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2366","date":"2021-08-17T22:33:38","name":"[libcamera-devel] Documentation: Drop deprecated Doxygen options","version":1,"mbox":"https://patchwork.libcamera.org/series/2366/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13380/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13380/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id C0A3FBD87C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 17 Aug 2021 22:34:00 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 2086368894;\n\tWed, 18 Aug 2021 00:34:00 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 880726025D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 18 Aug 2021 00:33:56 +0200 (CEST)","from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 0F3D42C5\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 18 Aug 2021 00:33:56 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"hEr1E9g6\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1629239636;\n\tbh=jWOAF3CQpkc3NtedzGwC9FsKBkbJKt1w1ifJmXxUGF4=;\n\th=From:To:Subject:Date:From;\n\tb=hEr1E9g6IoCGYw9S1m5cHlFV4piXngkL2YG8YcEA0pYBiAZcr8HKFQxeXdnVAdDtI\n\tOQwhP+3CfZ4k+BqNMZVzM0uRsqHPPkN0JKBN1Ff1M4gF1wKJ0P9zgsL2AzNcGnXEuQ\n\t4boAKL7LX8Hbf40u5rlV4vKDrU9i4/pW4noFsjVs=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Wed, 18 Aug 2021 01:33:38 +0300","Message-Id":"<20210817223338.9027-1-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.31.1","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] Documentation: Drop deprecated Doxygen\n\toptions","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The Doxygen LATEX_SOURCE_CODE, RTF_SOURCE_CODE and\nDOCBOOK_PROGRAMLISTING options are deprecated, and generate warnings\nwith the Doxygen's master branch. Drop them.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/Doxyfile.in | 29 -----------------------------\n 1 file changed, 29 deletions(-)","diff":"diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in\nindex e3b77428cd4f..dc03cbea4b02 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -1769,16 +1769,6 @@ LATEX_BATCHMODE        = NO\n \n LATEX_HIDE_INDICES     = NO\n \n-# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source\n-# code with syntax highlighting in the LaTeX output.\n-#\n-# Note that which sources are shown also depends on other settings such as\n-# SOURCE_BROWSER.\n-# The default value is: NO.\n-# This tag requires that the tag GENERATE_LATEX is set to YES.\n-\n-LATEX_SOURCE_CODE      = NO\n-\n # The LATEX_BIB_STYLE tag can be used to specify the style to use for the\n # bibliography, e.g. plainnat, or ieeetr. See\n # https://en.wikipedia.org/wiki/BibTeX and \\cite for more info.\n@@ -1851,16 +1841,6 @@ RTF_STYLESHEET_FILE    =\n \n RTF_EXTENSIONS_FILE    =\n \n-# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code\n-# with syntax highlighting in the RTF output.\n-#\n-# Note that which sources are shown also depends on other settings such as\n-# SOURCE_BROWSER.\n-# The default value is: NO.\n-# This tag requires that the tag GENERATE_RTF is set to YES.\n-\n-RTF_SOURCE_CODE        = NO\n-\n #---------------------------------------------------------------------------\n # Configuration options related to the man page output\n #---------------------------------------------------------------------------\n@@ -1950,15 +1930,6 @@ GENERATE_DOCBOOK       = NO\n \n DOCBOOK_OUTPUT         = docbook\n \n-# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the\n-# program listings (including syntax highlighting and cross-referencing\n-# information) to the DOCBOOK output. Note that enabling this will significantly\n-# increase the size of the DOCBOOK output.\n-# The default value is: NO.\n-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.\n-\n-DOCBOOK_PROGRAMLISTING = NO\n-\n #---------------------------------------------------------------------------\n # Configuration options for the AutoGen Definitions output\n #---------------------------------------------------------------------------\n","prefixes":["libcamera-devel"]}