[PATCH 3/6] ipa: rkisp1: goc: Use copydoc

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Jun 11 23:20:58 CEST 2024


Use the Doygen \copydoc command instead of duplicating documentation.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 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