From patchwork Mon Oct 27 10:53:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 24833 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 163D5BE080 for ; Mon, 27 Oct 2025 10:53:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 16E666074D; Mon, 27 Oct 2025 11:53:38 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="XS9gEeDu"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6696860453 for ; Mon, 27 Oct 2025 11:53:36 +0100 (CET) Received: from pb-laptop.local (185.182.215.162.nat.pool.zt.hu [185.182.215.162]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7678C1122 for ; Mon, 27 Oct 2025 11:51:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1761562308; bh=FbhSSrqBfgO5ahAObP96qcEAfnZoUjfbLpPf+yLyANI=; h=From:To:Subject:Date:From; b=XS9gEeDu+RL2TyMTuJFJIHragl6DVllr7CNQ3LU/NITHPJq00UG1AEXP9il0mNbNt XRBZ0S+5hx5FAgJAeaCXYn0A5OFb2hnOlLjG2PSd8GAMDkHUs88tqSnTZbL9fVuBmU hXeD3Rjgl8ssd0YhGf0HXeyrteMDyzzcpDpjnuHM= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= To: libcamera-devel@lists.libcamera.org Subject: [PATCH v1 0/2] Fix doxygen 1.15.0 issues Date: Mon, 27 Oct 2025 11:53:31 +0100 Message-ID: <20251027105333.103186-1-barnabas.pocze@ideasonboard.com> X-Mailer: git-send-email 2.51.1 MIME-Version: 1.0 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" These two commits fix the errors reported by the recently released doxygen 1.15.0. The first one indirectly fixes an issue with trailing return types while simplifying the code; the second one directly fixes the source of the doxygen errors. Barnabás Pőcze (2): libcamera: base: utils: Simplify `enumerate()` config: Fix doxygen 1.15.0 errors include/libcamera/base/utils.h | 12 ++---------- src/libcamera/global_configuration.cpp | 12 ++++++------ 2 files changed, 8 insertions(+), 16 deletions(-) --- 2.51.1