From 1566e67f76e949edddc03a34971ed45bee1ab4a6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 12 Jun 2024 00:14:27 +0300 Subject: ipa: rkisp1: goc: Use copydoc Use the Doygen \copydoc command instead of duplicating documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug Reviewed-by: Kieran Bingham --- 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 01331b65..65460eb4 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) -- cgit v1.2.1