libcamera: camera: Hide Camera::create() from the public API
The Camera::create() function is internal. Hide it from the public API documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
This commit is contained in:
@@ -821,6 +821,7 @@ void Camera::Private::setState(State state)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* \internal
|
||||||
* \brief Create a camera instance
|
* \brief Create a camera instance
|
||||||
* \param[in] d Camera private data
|
* \param[in] d Camera private data
|
||||||
* \param[in] id The ID of the camera device
|
* \param[in] id The ID of the camera device
|
||||||
|
|||||||
Reference in New Issue
Block a user