From patchwork Thu Dec 24 08:56:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 10735 X-Patchwork-Delegate: laurent.pinchart@ideasonboard.com Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 18990C0F1B for ; Thu, 24 Dec 2020 08:57:10 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 7D315615B1; Thu, 24 Dec 2020 09:57:09 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="X83IBk/Y"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 82DED615AC for ; Thu, 24 Dec 2020 09:57:07 +0100 (CET) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0C2F0A1D for ; Thu, 24 Dec 2020 09:57:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1608800227; bh=5SHb5hyAHPz4pGEkMA9LbmwTfSBlwH2kvBF4JYXLFN0=; h=From:To:Subject:Date:From; b=X83IBk/YuD2P+GUTKIKABGAav300ZY5RjTYdE7ud7TWfBBz2u3wU8T+00+OxkUl5T uYmG/xJFm2Myek5kJBypjIeCA0F85+ezh7krlMEm7GNlS/V/q+8d9CZC+XMCICMuil jsRQ9JaaWxUWMZVrTKl/A49n43ttqK/Nn0FtvbPM= From: Laurent Pinchart 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 COLS_IN_ALPHA_INDEX option 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The Doxygen COLS_IN_ALPHA_INDEX option is deprecated, and generates a warning with the Doxygen's master branch. Drop it. Signed-off-by: Laurent Pinchart Tested-by: Umang Jain Reviewed-by: Umang Jain Reviewed-by: Niklas Söderlund --- Documentation/Doxyfile.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 4bbacc464a5e..c986fb6ab899 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -1059,13 +1059,6 @@ VERBATIM_HEADERS = YES ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored