From patchwork Tue Apr 13 12:25:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 11908 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 3D6F6BD224 for ; Tue, 13 Apr 2021 12:25:42 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8A27D687FE; Tue, 13 Apr 2021 14:25:41 +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="oWFZvZsY"; 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 55774602C8 for ; Tue, 13 Apr 2021 14:25:40 +0200 (CEST) Received: from Q.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D617D6F2; Tue, 13 Apr 2021 14:25:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1618316739; bh=rh+5makbGjq9GLWIVWfx8PrNJM5eRcKsir3i9JeBKzU=; h=From:To:Cc:Subject:Date:From; b=oWFZvZsYTgS7Ka2LktZ9PN23SDfINMBzqHpnUEaPhLISNpQmETf/i8VSOg4oqQHPb FT38aI1T7w9CwuMY0cgKGSyjIUpI8C3hHM5cdVQGWAt3zu5FYLnfIiEWm0gdGdR4Nf S3fIUnd0zReO4DFN21Bo6tGl9Z8b+4SeFnTA3SbU= From: Kieran Bingham To: libcamera devel Date: Tue, 13 Apr 2021 13:25:31 +0100 Message-Id: <20210413122534.342138-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] Documentation cleanup 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" During the recent IPU3 stability rework, I left out some required documentation updates. Update these to remove the doxygen warnings, but first moving the IPAProxy ProxyState to be scoped to the class to improve the usability and keep the documentation in the class as well. Kieran Bingham (3): libcamera: ipa_proxy: Scope ProxyState to IPAProxy libcamera: ipa_proxy: Document ProxyState libcamera: pipeline_handler: Document requestSequence_ include/libcamera/internal/ipa_proxy.h | 12 ++++++------ src/libcamera/ipa_proxy.cpp | 23 +++++++++++++++++++++++ src/libcamera/pipeline_handler.cpp | 11 +++++++++++ 3 files changed, 40 insertions(+), 6 deletions(-)