[libcamera-devel] [PATCH v3 13/19] ipa: ipu3: Fix the IPU3 AWB doxygen references

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Fri Oct 22 17:12:12 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>
---
 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 101d84ca..d36271b0 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