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:
parent
62ee701d19
commit
9caee4c662
6 changed files with 7 additions and 7 deletions
|
@ -229,7 +229,7 @@ void Agc::computeExposure(IPAContext &context, IPAFrameContext *frameContext,
|
|||
|
||||
/*
|
||||
* Filter the exposure.
|
||||
* \todo: estimate if we need to desaturate
|
||||
* \todo estimate if we need to desaturate
|
||||
*/
|
||||
exposureValue = filterExposure(exposureValue);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue