libcamera: camera: Drop full stop from \return
We don't use full stops at the end of \return directives in Doxygen documentation. Drop it. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
64f4f667ed
commit
3714034eb7
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ const ControlList &Camera::properties()
|
||||||
*
|
*
|
||||||
* \context This function is \threadsafe.
|
* \context This function is \threadsafe.
|
||||||
*
|
*
|
||||||
* \return An array of all the camera's streams.
|
* \return An array of all the camera's streams
|
||||||
*/
|
*/
|
||||||
const std::set<Stream *> &Camera::streams() const
|
const std::set<Stream *> &Camera::streams() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue