diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/geometry.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcamera/geometry.cpp b/src/libcamera/geometry.cpp index fb8f628a..26a05b9e 100644 --- a/src/libcamera/geometry.cpp +++ b/src/libcamera/geometry.cpp @@ -197,6 +197,13 @@ bool operator<(const Size &lhs, const Size &rhs) */ /** + * \fn SizeRange::SizeRange(unsigned int width, unsigned int height) + * \brief Construct a size range representing a single size + * \param[in] width The size width + * \param[in] height The size height + */ + +/** * \fn SizeRange::SizeRange(unsigned int minW, unsigned int minH, * unsigned int maxW, unsigned int maxH) * \brief Construct an initialized size range |