libcamera: Remove extra ':' after '\todo'
The doxygen '\todo' directory doesn't need to be followed by a colon, yet a few strayed occurrences have made their way in. Fix them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
@@ -184,12 +184,12 @@ void CameraConfiguration::addConfiguration(const StreamConfiguration &cfg)
|
||||
* This function adjusts the camera configuration to the closest valid
|
||||
* configuration and returns the validation status.
|
||||
*
|
||||
* \todo: Define exactly when to return each status code. Should stream
|
||||
* \todo Define exactly when to return each status code. Should stream
|
||||
* parameters set to 0 by the caller be adjusted without returning Adjusted ?
|
||||
* This would potentially be useful for applications but would get in the way
|
||||
* in Camera::configure(). Do we need an extra status code to signal this ?
|
||||
*
|
||||
* \todo: Handle validation of buffers count when refactoring the buffers API.
|
||||
* \todo Handle validation of buffers count when refactoring the buffers API.
|
||||
*
|
||||
* \return A CameraConfiguration::Status value that describes the validation
|
||||
* status.
|
||||
|
||||
Reference in New Issue
Block a user