mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
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:
parent
2a253be333
commit
1566e67f76
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue