libcamera: camera_sensor: Fix doxygen warning
Commitad2bcbe5b5
("libcamera: camera_lens: add CameraLens as a member of CameraSensor") incorrectly named the focusLens() function "focusLens_" in the documentation, causing a doxygen warning. Fix it. Fixes:ad2bcbe5b5
("libcamera: camera_lens: add CameraLens as a member of CameraSensor") Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
83dfe7b223
commit
4b24b0bfe6
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ void CameraSensor::updateControlInfo()
|
|||
}
|
||||
|
||||
/**
|
||||
* \fn CameraSensor::focusLens_()
|
||||
* \fn CameraSensor::focusLens()
|
||||
* \brief Retrieve the focus lens controller
|
||||
*
|
||||
* \return The focus lens controller. nullptr if no focus lens controller is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue