libcamera: pixel_format: remove duplicated return documentation

The PixelFormat::toString() has two \return statements in its
doxygen documentation.

Remove the redundant one.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2021-10-27 14:11:13 +01:00
parent 0a1aaa8d55
commit 76bd9f3d80

View file

@ -132,7 +132,6 @@ std::string PixelFormat::toString() const
/**
* \brief Create a PixelFormat from a string
* \return Pixel format
* \return The PixelFormat represented by the \a name if known, or an
* invalid pixel format otherwise.
*/