[libcamera-devel,v2,6/6] libcamera: camera: Order parameter documentation correctly

Message ID 20200605082618.3793785-7-marvin.schmidt1987@gmail.com
State Accepted
Commit 78150899dd3ea7989a1280acdd2b4ad97cb537e0
Headers show
Series
  • Random documentation fixes
Related show

Commit Message

Marvin Schmidt June 5, 2020, 8:26 a.m. UTC
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>
---
 src/libcamera/camera.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
index 03f58b4..69a1b44 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.