{"id":10735,"url":"https://patchwork.libcamera.org/api/patches/10735/?format=json","web_url":"https://patchwork.libcamera.org/patch/10735/","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":"<20201224085653.6816-1-laurent.pinchart@ideasonboard.com>","date":"2020-12-24T08:56:53","name":"[libcamera-devel] Documentation: Drop deprecated Doxygen COLS_IN_ALPHA_INDEX option","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"1ba10af8c9c81aba5dd52a0a9ddcdfe122bd23f3","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":{"id":14,"url":"https://patchwork.libcamera.org/api/users/14/?format=json","username":"pinchartl","first_name":"Laurent","last_name":"Pinchart","email":"laurent.pinchart@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/patch/10735/mbox/","series":[{"id":1549,"url":"https://patchwork.libcamera.org/api/series/1549/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1549","date":"2020-12-24T08:56:53","name":"[libcamera-devel] Documentation: Drop deprecated Doxygen COLS_IN_ALPHA_INDEX option","version":1,"mbox":"https://patchwork.libcamera.org/series/1549/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/10735/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/10735/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 18990C0F1B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 24 Dec 2020 08:57:10 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 7D315615B1;\n\tThu, 24 Dec 2020 09:57:09 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 82DED615AC\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 24 Dec 2020 09:57:07 +0100 (CET)","from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 0C2F0A1D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 24 Dec 2020 09:57:06 +0100 (CET)"],"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=\"X83IBk/Y\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1608800227;\n\tbh=5SHb5hyAHPz4pGEkMA9LbmwTfSBlwH2kvBF4JYXLFN0=;\n\th=From:To:Subject:Date:From;\n\tb=X83IBk/YuD2P+GUTKIKABGAav300ZY5RjTYdE7ud7TWfBBz2u3wU8T+00+OxkUl5T\n\tuYmG/xJFm2Myek5kJBypjIeCA0F85+ezh7krlMEm7GNlS/V/q+8d9CZC+XMCICMuil\n\tjsRQ9JaaWxUWMZVrTKl/A49n43ttqK/Nn0FtvbPM=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 24 Dec 2020 10:56:53 +0200","Message-Id":"<20201224085653.6816-1-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH] Documentation: Drop deprecated Doxygen\n\tCOLS_IN_ALPHA_INDEX option","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>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The Doxygen COLS_IN_ALPHA_INDEX option is deprecated, and generates a\nwarning with the Doxygen's master branch. Drop it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/Doxyfile.in | 7 -------\n 1 file changed, 7 deletions(-)","diff":"diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in\nindex 4bbacc464a5e..c986fb6ab899 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -1059,13 +1059,6 @@ VERBATIM_HEADERS       = YES\n \n ALPHABETICAL_INDEX     = YES\n \n-# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in\n-# which the alphabetical index list will be split.\n-# Minimum value: 1, maximum value: 20, default value: 5.\n-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.\n-\n-COLS_IN_ALPHA_INDEX    = 5\n-\n # In case all classes in a project start with a common prefix, all classes will\n # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag\n # can be used to specify a prefix (or a list of prefixes) that should be ignored\n","prefixes":["libcamera-devel"]}