diff options
author | Marvin Schmidt <marvin.schmidt1987@gmail.com> | 2020-06-05 10:26:18 +0200 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-06-05 09:29:40 +0100 |
commit | 78150899dd3ea7989a1280acdd2b4ad97cb537e0 (patch) | |
tree | fc8b107de84781bec240c3e35554177dd20d845b | |
parent | 99e8f21926d2a9d9adea44e79b1e59f8ca32f1fe (diff) |
libcamera: camera: Order parameter documentation correctly
Signed-off-by: Marvin Schmidt <marvin.schmidt1987@gmail.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | src/libcamera/camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp index 03f58b4a..69a1b442 100644 --- a/src/libcamera/camera.cpp +++ b/src/libcamera/camera.cpp @@ -449,8 +449,8 @@ void Camera::Private::setState(State state) /** * \brief Create a camera instance - * \param[in] name The name of the camera device * \param[in] pipe The pipeline handler responsible for the camera device + * \param[in] name The name of the camera device * \param[in] streams Array of streams the camera provides * * The caller is responsible for guaranteeing unicity of the camera name. |