@@ -56,7 +56,7 @@ namespace libcamera::ipa::ipu3 {
*/
/**
- * \struct IPASessionConfiguration::grid
+ * \var IPASessionConfiguration::grid
* \brief Grid configuration of the IPA
*
* \var IPASessionConfiguration::bdsGrid
@@ -67,7 +67,7 @@ namespace libcamera::ipa::ipu3 {
*/
/**
- * \struct IPAFrameContext::agc
+ * \var IPAFrameContext::agc
* \brief Context for the Automatic Gain Control algorithm
*
* The exposure and gain determined are expected to be applied to the sensor
@@ -83,7 +83,7 @@ namespace libcamera::ipa::ipu3 {
*/
/**
- * \struct IPAFrameContext::awb
+ * \var IPAFrameContext::awb
* \brief Context for the Automatic White Balance algorithm
*
* \struct IPAFrameContext::awb::gains
@@ -100,7 +100,7 @@ namespace libcamera::ipa::ipu3 {
*/
/**
- * \struct IPAFrameContext::toneMapping
+ * \var IPAFrameContext::toneMapping
* \brief Context for ToneMapping and Gamma control
*
* \var IPAFrameContext::gamma
Doxygen warns us because the structures are referenced as \struct while they should be \var. Fix it. Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> --- src/ipa/ipu3/ipa_context.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)