[libcamera-devel] [PATCH 01/12] libcamera: object: Fix thread-bound reference in documentation
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sun Jan 21 04:59:37 CET 2024
The Object::message() function is documented as thread-bound without
using the correct \threadbound reference. Fix it to ensure it gets
included in the thread safety context list.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
src/libcamera/base/object.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libcamera/base/object.cpp b/src/libcamera/base/object.cpp
index 92cecd22fbe9..1fce5a2af9af 100644
--- a/src/libcamera/base/object.cpp
+++ b/src/libcamera/base/object.cpp
@@ -259,7 +259,7 @@ void Object::message(Message *msg)
* Moving an object that has a parent is not allowed, and causes undefined
* behaviour.
*
- * \context This function is thread-bound.
+ * \context This function is \threadbound.
*/
void Object::moveToThread(Thread *thread)
{
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list