summaryrefslogtreecommitdiff
path: root/src/libcamera/geometry.cpp
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2020-02-11 11:09:59 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-02-13 16:47:56 +0000
commit5dc5fb2ac57ec7123215c82d10992cfbcddf34e9 (patch)
tree54c6f78eeefeba172556354defa31f135d8cce3c /src/libcamera/geometry.cpp
parent52774fff56f8315c3f6a55940fa7099a8982eab8 (diff)
libcamera: Standardize on doxygen \return
Two occasions in the source utilise the Doxygen '\returns' alias for \return. We use \return everywhere else in the code. Update the two occurences to match. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/libcamera/geometry.cpp')
-rw-r--r--src/libcamera/geometry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/geometry.cpp b/src/libcamera/geometry.cpp
index 32b0faea..92c53f64 100644
--- a/src/libcamera/geometry.cpp
+++ b/src/libcamera/geometry.cpp
@@ -269,7 +269,7 @@ bool operator<(const Size &lhs, const Size &rhs)
/**
* \brief Test if a size is contained in the range
* \param[in] size Size to check
- * \returns True if \a size is contained in the range
+ * \return True if \a size is contained in the range
*/
bool SizeRange::contains(const Size &size) const
{