ipa: camera_sensor_helper: Fix equation in exponential gain documentation

The exponential gain documentation is missing a '\' in the equation. Fix
t.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2022-05-25 11:29:10 +03:00
parent 3e7f54a312
commit f8e4649680

View file

@ -154,7 +154,7 @@ double CameraSensorHelper::gain(uint32_t gainCode) const
* through the 'm' coefficient.
*
* When the gain is expressed in dB, 'a' is equal to 1 and 'm' to
* \f$log_{2}{10^{frac{1}{20}}}\f$.
* \f$log_{2}{10^{\frac{1}{20}}}\f$.
*/
/**