[PATCH 01/15] libipa: awb: Sort class member documentation according to header order
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Mon Feb 24 00:03:49 CET 2025
Sort the documentation of the class members in the same order as the
member declaration in the class definition, as is customary in
libcamera.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
src/ipa/libipa/awb.cpp | 58 +++++++++++++++++++++---------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp
index 6157bd436183..2e78a4665509 100644
--- a/src/ipa/libipa/awb.cpp
+++ b/src/ipa/libipa/awb.cpp
@@ -130,35 +130,6 @@ namespace ipa {
* \brief Handle the controls supplied in a request
*/
-/**
- * \var AwbAlgorithm::controls_
- * \brief Controls info map for the controls provided by the algorithm
- */
-
-/**
- * \var AwbAlgorithm::modes_
- * \brief Map of all configured modes
- * \sa AwbAlgorithm::parseModeConfigs
- */
-
-/**
- * \class AwbAlgorithm::ModeConfig
- * \brief Holds the configuration of a single AWB mode
- *
- * Awb modes limit the regulation of the AWB algorithm to a specific range of
- * colour temperatures.
- */
-
-/**
- * \var AwbAlgorithm::ModeConfig::ctLo
- * \brief The lowest valid colour temperature of that mode
- */
-
-/**
- * \var AwbAlgorithm::ModeConfig::ctHi
- * \brief The highest valid colour temperature of that mode
- */
-
/**
* \brief Parse the mode configurations from the tuning data
* \param[in] tuningData the YamlObject representing the tuning data
@@ -260,6 +231,35 @@ int AwbAlgorithm::parseModeConfigs(const YamlObject &tuningData,
return 0;
}
+/**
+ * \class AwbAlgorithm::ModeConfig
+ * \brief Holds the configuration of a single AWB mode
+ *
+ * Awb modes limit the regulation of the AWB algorithm to a specific range of
+ * colour temperatures.
+ */
+
+/**
+ * \var AwbAlgorithm::ModeConfig::ctLo
+ * \brief The lowest valid colour temperature of that mode
+ */
+
+/**
+ * \var AwbAlgorithm::ModeConfig::ctHi
+ * \brief The highest valid colour temperature of that mode
+ */
+
+/**
+ * \var AwbAlgorithm::controls_
+ * \brief Controls info map for the controls provided by the algorithm
+ */
+
+/**
+ * \var AwbAlgorithm::modes_
+ * \brief Map of all configured modes
+ * \sa AwbAlgorithm::parseModeConfigs
+ */
+
} /* namespace ipa */
} /* namespace libcamera */
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list