[libcamera-devel] [PATCH v4 13/19] ipa: ipu3: Fix the IPU3 AWB doxygen references
Jean-Michel Hautbois
jeanmichel.hautbois at ideasonboard.com
Tue Oct 26 11:55:28 CEST 2021
From: Kieran Bingham <kieran.bingham at ideasonboard.com>
The AWB AwbStatus structure is contained within the Awb class.
Fix the Doxygen reference so that it can be found.
Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois at ideasonboard.com>
---
src/ipa/ipu3/algorithms/awb.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ipa/ipu3/algorithms/awb.cpp b/src/ipa/ipu3/algorithms/awb.cpp
index 41fd5fc4..a4114659 100644
--- a/src/ipa/ipu3/algorithms/awb.cpp
+++ b/src/ipa/ipu3/algorithms/awb.cpp
@@ -71,7 +71,7 @@ static constexpr uint32_t kMinCellsPerZoneRatio = 255 * 90 / 100;
*/
/**
- * \struct AwbStatus
+ * \struct Awb::AwbStatus
* \brief AWB parameters calculated
*
* The AwbStatus structure is intended to store the AWB
--
2.32.0
More information about the libcamera-devel
mailing list