[PATCH 3/6] ipa: rkisp1: goc: Use copydoc
Stefan Klug
stefan.klug at ideasonboard.com
Wed Jun 12 09:27:08 CEST 2024
Hi Laurent,
thanks you for the patch. Kieran mentioned the same on cproc and I
missed to backport it. Thanks for the fix.
On Wed, Jun 12, 2024 at 12:20:58AM +0300, Laurent Pinchart wrote:
> Use the Doygen \copydoc command instead of duplicating documentation.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug at ideasonboard.com>
Cheers,
Stefan
> ---
> src/ipa/rkisp1/algorithms/goc.cpp | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/src/ipa/rkisp1/algorithms/goc.cpp b/src/ipa/rkisp1/algorithms/goc.cpp
> index 01331b653c27..65460eb45135 100644
> --- a/src/ipa/rkisp1/algorithms/goc.cpp
> +++ b/src/ipa/rkisp1/algorithms/goc.cpp
> @@ -64,11 +64,7 @@ int GammaOutCorrection::init(IPAContext &context, const YamlObject &tuningData)
> }
>
> /**
> - * \brief Configure the Gamma given a configInfo
> - * \param[in] context The shared IPA context
> - * \param[in] configInfo The IPA configuration data
> - *
> - * \return 0
> + * \copydoc libcamera::ipa::Algorithm::configure
> */
> int GammaOutCorrection::configure(IPAContext &context,
> [[maybe_unused]] const IPACameraSensorInfo &configInfo)
> --
> Regards,
>
> Laurent Pinchart
>
More information about the libcamera-devel
mailing list