libcamera: object: Fix thread-bound reference in documentation

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@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
This commit is contained in:
Laurent Pinchart 2024-01-18 23:25:22 +02:00
parent 64502c8d4a
commit fc4ded714d

View file

@ -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)
{