libcamera: geometry: Fix SizeRange constructor style
Match the style of the SizeRange() which specifies the hStep and vStep, and wrap the lines in pairs of min and max values. Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -197,7 +197,8 @@ bool operator<(const Size &lhs, const Size &rhs)
|
||||
*/
|
||||
|
||||
/**
|
||||
* \fn SizeRange::SizeRange(unsigned int minW, unsigned int minH, unsigned int maxW, unsigned int maxH)
|
||||
* \fn SizeRange::SizeRange(unsigned int minW, unsigned int minH,
|
||||
* unsigned int maxW, unsigned int maxH)
|
||||
* \brief Construct an initialized size range
|
||||
* \param[in] minW The minimum width
|
||||
* \param[in] minH The minimum height
|
||||
|
||||
Reference in New Issue
Block a user