diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-10-27 14:11:13 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-10-27 14:31:49 +0100 |
commit | 76bd9f3d80cb99a3391832b644b65a619427ed00 (patch) | |
tree | d23589013814b2ff6df1d52e524e7bfd2a7e8245 | |
parent | 0a1aaa8d55cdd2530f41e70242dc8ea9a3b46577 (diff) |
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>
-rw-r--r-- | src/libcamera/pixel_format.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcamera/pixel_format.cpp b/src/libcamera/pixel_format.cpp index 54763fbf..997aeb8a 100644 --- a/src/libcamera/pixel_format.cpp +++ b/src/libcamera/pixel_format.cpp @@ -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. */ |