ipa: rkisp1: goc: Use copydoc
Use the Doygen \copydoc command instead of duplicating documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user