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:
Jacopo Mondi 2020-05-22 14:41:03 +02:00
parent 64f4f667ed
commit 3714034eb7

View file

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