[libcamera-devel] [PATCH] libcamera: controls: Fix documentation of AwbEnable

Niklas Söderlund niklas.soderlund at ragnatech.se
Sat Oct 5 18:47:05 CEST 2019


Align the wording of the documentation for the AwbEnable control with
review comments for similar controls.

Suggested-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
---
 src/libcamera/controls.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp
index 727fdbd9450d2f40..e36410771b750fdb 100644
--- a/src/libcamera/controls.cpp
+++ b/src/libcamera/controls.cpp
@@ -190,7 +190,7 @@ std::string ControlValue::toString() const
  * \var AwbEnable
  * ControlType: Bool
  *
- * Enables or disables the AWB. See also \a libcamera::ControlId::ManualGain
+ * Enable or disable the AWB. See also \a libcamera::ControlId::ManualGain
  */
 
 /**
-- 
2.23.0



More information about the libcamera-devel mailing list