From patchwork Wed Sep 10 22:26:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 24303 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 21B23BDB13 for ; Wed, 10 Sep 2025 22:27:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 0FB026936E; Thu, 11 Sep 2025 00:27:02 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="AjZ0jD1A"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1AF796934B for ; Thu, 11 Sep 2025 00:26:57 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 92EAEC6F for ; Thu, 11 Sep 2025 00:25:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1757543142; bh=iN10Ye2Khfs3TJaIe3xLB+SZrladXdH27j7o8Vz/Vs4=; h=From:To:Subject:Date:From; b=AjZ0jD1AOwFXs+np4FYbH6meK55olSqOkfj2jZ96rRNrNBtHSWat2CCVbUKXJIv9W cqf7loEvQcu9u9XjAaBAr+1IzOh+fRDc8weDhA7pUqH2EmuqXAx8QRV5L9aBXqMV9V fwHwzlzpvfPZn1pRqz0tYdwTq1+VDko2rAZwz5SY= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH] Documentation: Fix grammar and typo in meson.build comment Date: Thu, 11 Sep 2025 01:26:33 +0300 Message-ID: <20250910222633.6550-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.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" No functional change, this is only cosmetic. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Barnabás Pőcze --- Documentation/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) base-commit: b8d332cdcc130c27232f61369e7bab2d954e7ac6 -- Regards, Laurent Pinchart diff --git a/Documentation/meson.build b/Documentation/meson.build index a8d4afc01dd1..90133c4da938 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -64,9 +64,9 @@ if doxygen.found() and dot.found() configuration : cdata) # The set of public input files stored in the doxygen_public_input array - # needs to be set in Doxyfile public. We can't pass them through cdata - # cdata, as some of the array members are custom_tgt instances, which - # configuration_data.set() doesn't support. Using a separate script invoked + # needs to be set in Doxyfile-public. We can't pass them through cdata, as + # some of the array members are custom_tgt instances, which + # configuration_data.set() doesn't support. Use a separate script invoked # through custom_target(), which supports custom_tgt instances as inputs. doxyfile = custom_target('doxyfile-public',