From 76bd9f3d80cb99a3391832b644b65a619427ed00 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 27 Oct 2021 14:11:13 +0100 Subject: 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 Reviewed-by: Umang Jain Reviewed-by: Laurent Pinchart --- src/libcamera/pixel_format.cpp | 1 - 1 file changed, 1 deletion(-) 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. */ -- cgit v1.2.1