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:
parent
e938861781
commit
6b4771d460
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue