diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-02-24 00:33:01 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-02-24 18:36:21 +0200 |
commit | 25dcdf29980a7b2d1eec34376701804f3abe645a (patch) | |
tree | 5adac752005c1b66b159418c44588dce3217ac84 /src/ipa/libipa/awb_bayes.cpp | |
parent | 7222171340e645a8380253e53cbcc2df40fb58ed (diff) |
libcamera: Drop spurious colon after doxygen \todo directive
The doxygen \todo directive doesn't need to be followed by a colon. Drop
it. While at it, turn one 'todo:' into '\todo'.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
Diffstat (limited to 'src/ipa/libipa/awb_bayes.cpp')
-rw-r--r-- | src/ipa/libipa/awb_bayes.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ipa/libipa/awb_bayes.cpp b/src/ipa/libipa/awb_bayes.cpp index 5526c90f..d1d0eaf0 100644 --- a/src/ipa/libipa/awb_bayes.cpp +++ b/src/ipa/libipa/awb_bayes.cpp @@ -26,7 +26,8 @@ * * This implementation is based on the initial implementation done by * RaspberryPi. - * \todo: Documentation + * + * \todo Documentation * * \todo Not all the features implemented by RaspberryPi were ported over to * this algorithm because they either rely on hardware features not generally @@ -272,7 +273,7 @@ void AwbBayes::handleControls(const ControlList &controls) RGB<double> AwbBayes::gainsFromColourTemperature(double colourTemperature) { /* - * \todo: In the RaspberryPi code, the ct curve was interpolated in + * \todo In the RaspberryPi code, the ct curve was interpolated in * the white point space (1/x) not in gains space. This feels counter * intuitive, as the gains are in linear space. But I can't prove it. */ |