summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-07-05 02:54:44 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-08-05 19:28:56 +0300
commit46275401e6e68c750e5fa4cce77731ee0fd35172 (patch)
tree38aa27c58c2e1dcbcc022c0e15c753a66ccc4a72
parent9f513439b6896d1a33c91a400bd02b7b8829feb6 (diff)
ipa: libipa: camera_sensor_helper: Reference blackLevel() in documentation
The documentation for the blackLevel_ member is very terse. Reference the more complete documentation of the sibling blackLevel() member function to provide more information. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r--src/ipa/libipa/camera_sensor_helper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/libipa/camera_sensor_helper.cpp b/src/ipa/libipa/camera_sensor_helper.cpp
index 2f6e7282..c07b1a8d 100644
--- a/src/ipa/libipa/camera_sensor_helper.cpp
+++ b/src/ipa/libipa/camera_sensor_helper.cpp
@@ -235,6 +235,7 @@ double CameraSensorHelper::gain(uint32_t gainCode) const
/**
* \var CameraSensorHelper::blackLevel_
* \brief The black level of the sensor
+ * \sa CameraSensorHelper::blackLevel()
*/
/**