summaryrefslogtreecommitdiff
path: root/src/libcamera/camera.cpp
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-07-23 03:41:56 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-08-16 23:57:28 +0300
commit678079fd4e15540857718a5d32addffaff8eafd4 (patch)
tree4e96579c9a0c5ce7324d632f30c4ab51ee27206f /src/libcamera/camera.cpp
parentbcab244b1f11d5839c002e2bccc00b304ac824b0 (diff)
libcamera: camera: Fix minor issues in Camera::Private documentation
Improve the Camera::Private documentation by fixing minor spelling or style issues. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/libcamera/camera.cpp')
-rw-r--r--src/libcamera/camera.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
index 4080da15..a22cc7b8 100644
--- a/src/libcamera/camera.cpp
+++ b/src/libcamera/camera.cpp
@@ -368,10 +368,10 @@ Camera::Private::~Private()
/**
* \var Camera::Private::queuedRequests_
- * \brief The list of queued and not yet completed request
+ * \brief The list of queued and not yet completed requests
*
- * The list of queued request is used to track requests queued in order to
- * ensure completion of all requests when the pipeline handler is stopped.
+ * This list tracks requests queued in order to ensure completion of all
+ * requests when the pipeline handler is stopped.
*
* \sa PipelineHandler::queueRequest(), PipelineHandler::stop(),
* PipelineHandler::completeRequest()
@@ -400,7 +400,7 @@ Camera::Private::~Private()
/**
* \var Camera::Private::requestSequence_
- * \brief The queuing sequence of the request
+ * \brief The queuing sequence number of the request
*
* When requests are queued, they are given a per-camera sequence number to
* facilitate debugging of internal request usage.