From patchwork Mon Aug 5 14:36:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 20804 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 37BC0C324E for ; Mon, 5 Aug 2024 14:38:11 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5DA8A633C1; Mon, 5 Aug 2024 16:38:10 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ZngOiEXn"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id DCC05633C4 for ; Mon, 5 Aug 2024 16:37:42 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 54113581 for ; Mon, 5 Aug 2024 16:36:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1722868611; bh=juZx5tsGK538pLrfMlpqKJvIwySopRRWmT1s1bkqcFc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZngOiEXnpxbEuJlWTlnqbvSlbI+DVC9AVgOo5PrJEpDWKPxA+HbduIkxny6kKx2s/ iKX8eYNtGIw7bKkYFOfkNjAk8xfqmHtW0VtN7dptV5VjFQahw0hMwqP/G7XPJsY2Er YCMGsZtkNo01CZCrqYAQYIi/q8dbTR4jyGYzaMZA= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH v5 18/18] libcamera: camera: Hide Camera::create() from the public API Date: Mon, 5 Aug 2024 17:36:54 +0300 Message-ID: <20240805143654.20870-19-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.2 In-Reply-To: <20240805143654.20870-1-laurent.pinchart@ideasonboard.com> References: <20240805143654.20870-1-laurent.pinchart@ideasonboard.com> 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" The Camera::create() function is internal. Hide it from the public API documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- src/libcamera/camera.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp index aca466c9ba72..382a68f7bddd 100644 --- a/src/libcamera/camera.cpp +++ b/src/libcamera/camera.cpp @@ -821,6 +821,7 @@ void Camera::Private::setState(State state) */ /** + * \internal * \brief Create a camera instance * \param[in] d Camera private data * \param[in] id The ID of the camera device