From 8bc88758d29cd8a73369ca62813d713517d414b7 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 17 Apr 2019 12:46:03 +0300 Subject: libcamera: Document documentation style and update the code accordingly The documentation style for the Doxygen comment blocks is inconsistent in the library. Document the expectations and update all existing comment blocks to match. Signed-off-by: Laurent Pinchart Acked-by: Jacopo Mondi --- src/libcamera/request.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libcamera/request.cpp') diff --git a/src/libcamera/request.cpp b/src/libcamera/request.cpp index 433c6f83..ef65c42f 100644 --- a/src/libcamera/request.cpp +++ b/src/libcamera/request.cpp @@ -90,7 +90,6 @@ int Request::setBuffers(const std::map &streamMap) /** * \brief Return the buffer associated with a stream * \param[in] stream The stream the buffer is associated to - * * \return The buffer associated with the stream, or nullptr if the stream is * not part of this request */ -- cgit v1.2.1