[libcamera-devel] [PATCH 8/8] libcamera: camera: Drop full stop from \return
Jacopo Mondi
jacopo at jmondi.org
Tue May 26 16:22:37 CEST 2020
We don't use full stops at the end of \return directives in Doxygen
documentation. Drop it.
Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
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 eac769a43964..dfc3d193bd2b 100644
--- a/src/libcamera/camera.cpp
+++ b/src/libcamera/camera.cpp
@@ -664,7 +664,7 @@ const ControlList &Camera::properties()
*
* \context This function is \threadsafe.
*
- * \return An array of all the camera's streams.
+ * \return An array of all the camera's streams
*/
const std::set<Stream *> &Camera::streams() const
{
--
2.26.2
More information about the libcamera-devel
mailing list