From patchwork Tue May 17 14:18:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 15923 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 080A9C3256 for ; Tue, 17 May 2022 14:18:54 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 6E5F165656; Tue, 17 May 2022 16:18:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1652797134; bh=NO18JXxraNAQzam2BiG6QkEaL/nzZBZvH9YuYklLqoU=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=U2flEG09DkipfgHnlSmJo+eeZQyS7o02dsIFq3y6H67Hzt6PGxs6V0oHwfpJhpVku l2mCy63SU21EjrlSe25sJClewivDvLFnh3V/TvuefqlDkYUbnt4XPkoYiGekpMdMGh G/OS4je6MF29TGTjlzscJ/LV8IQgWbVgPO6nRziSLsFfcK5vUJHodj44PsN55HH77X 9ZwKvVtDO3vndT9GMAy/m24XgSsNIYcBRsqLQXvytk7SfRo9q+vTiRQw5AbRbTFEVf SglabTIcGMtNXA7z+2sES4DG/PKU8vQNVaaDiRmhPpTOYZO0DxmUv3YIJUskf9+hK1 PrARPj0ZFp1Tg== 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 527A56041D for ; Tue, 17 May 2022 16:18:53 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="f4pl0Ffo"; dkim-atps=neutral Received: from localhost.localdomain (unknown [45.131.31.124]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E295A4A8 for ; Tue, 17 May 2022 16:18:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1652797133; bh=NO18JXxraNAQzam2BiG6QkEaL/nzZBZvH9YuYklLqoU=; h=From:To:Subject:Date:From; b=f4pl0Ffo42MajVBFltf3zO2UaYGQSm7DmioKUD/jSWp3TcXnMxwB9viqidJgacKnt lpW0Wqvpe+LhsqxPqiB9xy0hZWZ46LGDEuA3KRQ2lRbpI4tXtUw0+ts/Eep3SM9zdl wj21SrBnDISAw36pq9LdE+Sn+iYpQyVRbNz+POuo= To: libcamera-devel@lists.libcamera.org Date: Tue, 17 May 2022 17:18:40 +0300 Message-Id: <20220517141840.9329-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] ipa: ipu3: Fix minor Doxygen issues in IPAFrameContext 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-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The IPAFrameContext documentation has a spurious Doxygen \struct statement that is not needed, and uses a \struct instead of a \var in another location. Fix both issues. This doesn't cause any change in the generated documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- src/ipa/ipu3/ipa_context.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) base-commit: 5efb6c8e2acdc2dc9edf1f22f6c2a5818062b69e diff --git a/src/ipa/ipu3/ipa_context.cpp b/src/ipa/ipu3/ipa_context.cpp index b1570dde7fe4..26e74c747877 100644 --- a/src/ipa/ipu3/ipa_context.cpp +++ b/src/ipa/ipu3/ipa_context.cpp @@ -81,7 +81,6 @@ namespace libcamera::ipa::ipu3 { * \var IPAFrameContext::af * \brief Context for the Automatic Focus algorithm * - * \struct IPAFrameContext::af * \var IPAFrameContext::af.focus * \brief Current position of the lens * @@ -140,7 +139,7 @@ namespace libcamera::ipa::ipu3 { * \var IPAFrameContext::awb * \brief Context for the Automatic White Balance algorithm * - * \struct IPAFrameContext::awb.gains + * \var IPAFrameContext::awb.gains * \brief White balance gains * * \var IPAFrameContext::awb.gains.red