ipa: Drop period at end of \brief or \param

A few periods crept in at the end of Doxygen \brief or \param statements
in the src/ipa/ directory. Remove them all in one go.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart
2022-10-19 01:35:19 +03:00
parent 4dcbac5343
commit f08b18ebe9
4 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -68,7 +68,7 @@ namespace libcamera::ipa::ipu3 {
* \brief AF grid configuration of the IPA
*
* \var IPASessionConfiguration::af.afGrid
* \brief AF scene grid configuration.
* \brief AF scene grid configuration
*/
/**
@@ -79,10 +79,10 @@ namespace libcamera::ipa::ipu3 {
* \brief Current position of the lens
*
* \var IPAActiveState::af.maxVariance
* \brief The maximum variance of the current image.
* \brief The maximum variance of the current image
*
* \var IPAActiveState::af.stable
* \brief It is set to true, if the best focus is found.
* \brief It is set to true, if the best focus is found
*/
/**