[libcamera-devel] [PATCH 16/18] ipa: ipu3: awb: Document the Accumulator::sum variable

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Thu Sep 30 11:55:11 CEST 2021


Doxygen warns about the undocumented variable sum. Fix it by adding a
small brief.

Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois at ideasonboard.com>
---
 src/ipa/ipu3/algorithms/awb.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/ipa/ipu3/algorithms/awb.cpp b/src/ipa/ipu3/algorithms/awb.cpp
index 59bc6900..af1edd11 100644
--- a/src/ipa/ipu3/algorithms/awb.cpp
+++ b/src/ipa/ipu3/algorithms/awb.cpp
@@ -86,6 +86,9 @@ static constexpr uint32_t kMinGreenLevelInZone = 32;
  *
  * \var Accumulator::blue
  * \brief Sum of the average blue values of each unsaturated cell in the zone
+ *
+ * \var Accumulator::sum
+ * \brief A structure containing the average red, green and blue sums
  */
 
 /**
-- 
2.30.2



More information about the libcamera-devel mailing list