From patchwork Thu May 13 08:13:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 12261 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 6D300C31ED for ; Thu, 13 May 2021 08:13:49 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id DA3BF6891D; Thu, 13 May 2021 10:13:48 +0200 (CEST) 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="qRp5JHnP"; dkim-atps=neutral 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 3DED468919 for ; Thu, 13 May 2021 10:13:47 +0200 (CEST) Received: from pyrite.rasen.tech (unknown [IPv6:2400:4051:61:600:2c71:1b79:d06d:5032]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8C586891; Thu, 13 May 2021 10:13:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1620893626; bh=i7LO2MAodFGJhaPOaRUL9+muMK8fpprCcfFbQ0UH38U=; h=From:To:Cc:Subject:Date:From; b=qRp5JHnP/n3fUykuIlRSozEQwmcOXiOIt3dZRtlqjTwxS7G+vz3Huh+hIZKPHOB7/ PCqDCuLHRZrPRf0FW6QwV9Ya7tg4FDIQT3TeKOaAgiTPtjXHmuRctgSQrqPoTB0oNV VXQIuDKhJLmNWdhVsFL5LlcXR89DR6w7J8Lx2JxE= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Thu, 13 May 2021 17:13:26 +0900 Message-Id: <20210513081326.741424-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Documentation: guides: ipa: Fix title underline 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" Fix doxygen error: "Title underline too short." Fixes: 0906ddb2681a ("Documentation: Add IPA writers guide") Signed-off-by: Paul Elder --- Documentation/guides/ipa.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/guides/ipa.rst b/Documentation/guides/ipa.rst index e53486d1..cbffbd9a 100644 --- a/Documentation/guides/ipa.rst +++ b/Documentation/guides/ipa.rst @@ -437,7 +437,7 @@ direct return, since it is an int32, while the other output parameter is a pointer-based output parameter. Using the IPA interface (IPA Module) ------------------------------ +------------------------------------ The following header is necessary to implement an IPA Module (with raspberrypi as an example):