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/stream.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libcamera/stream.cpp') diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp index 85cd5256..d4ef506c 100644 --- a/src/libcamera/stream.cpp +++ b/src/libcamera/stream.cpp @@ -88,14 +88,12 @@ namespace libcamera { /** * \fn StreamUsage::role() * \brief Retrieve the stream role - * * \return The stream role */ /** * \fn StreamUsage::size() * \brief Retrieve desired size - * * \return The desired size */ -- cgit v1.2.1