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:
parent
0a1aaa8d55
commit
76bd9f3d80
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ std::string PixelFormat::toString() const
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Create a PixelFormat from a string
|
* \brief Create a PixelFormat from a string
|
||||||
* \return Pixel format
|
|
||||||
* \return The PixelFormat represented by the \a name if known, or an
|
* \return The PixelFormat represented by the \a name if known, or an
|
||||||
* invalid pixel format otherwise.
|
* invalid pixel format otherwise.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue