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

Marvin Schmidt marvin.schmidt1987 at gmail.com
Thu Jun 4 15:43:00 CEST 2020


---
 src/libcamera/camera.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
index dfc3d19..6033f47 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.
-- 
2.26.2



More information about the libcamera-devel mailing list