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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Oct 25 23:36:28 CEST 2021


Hi Jean-Michel and Kieran,

Thank you for the patch.

On Fri, Oct 22, 2021 at 05:12:12PM +0200, Jean-Michel Hautbois wrote:
> 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>

> ---
>  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

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list