mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
doc: ipa: Clarify IPA acronym in its namespace description
Clarify IPA's acronym by specifying what "IPA" stands for as part of the ipa namespaces' "brief" doxygen-generated description. This allows visitors to the docs to immediately have an idea of the purpose of the IPA namespace at a glance. Because of the prevalence and importance of the IPA namespace and functionality, the fact that it stands for "Image Processing Algorithm" should be accessible to even casual perusers of the docs. Signed-off-by: Gabby George <gabbymg94@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
436b38fd89
commit
44eed506c2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace libcamera {
|
|||
LOG_DEFINE_CATEGORY(IPAModuleAlgo)
|
||||
|
||||
/**
|
||||
* \brief The IPA namespace
|
||||
* \brief The IPA (Image Processing Algorithm) namespace
|
||||
*
|
||||
* The IPA namespace groups all types specific to IPA modules. It serves as the
|
||||
* top-level namespace for the IPA library libipa, and also contains
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue