diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-07-15 12:04:56 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-07-16 10:55:26 +0300 |
commit | 3e29a2d520c9cb8c7b290574bceaadcc107678fa (patch) | |
tree | 234e61ab4f48b8d23f1f2b3e7f24650735b5f317 /src | |
parent | a68cec65c196c24d122026bbc980028cc7d266cc (diff) |
libcamera: message: Document Message::SignalMessage
The SignalMessage type is undocumented. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/message.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcamera/message.cpp b/src/libcamera/message.cpp index 0580c105..9f22ad7f 100644 --- a/src/libcamera/message.cpp +++ b/src/libcamera/message.cpp @@ -41,6 +41,8 @@ LOG_DEFINE_CATEGORY(Message) * \brief The message type * \var Message::None * \brief Invalid message type + * \var Message::SignalMessage + * \brief Asynchronous signal delivery across threads */ /** |