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:
Kieran Bingham 2019-05-29 22:17:05 +01:00
parent 4232b60612
commit c544506e1a

View file

@ -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