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>
This commit is contained in:
Laurent Pinchart
2021-07-23 03:41:56 +03:00
parent bcab244b1f
commit 678079fd4e

View File

@@ -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.