libipa: awb: Sort class member documentation according to header order

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@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2025-02-23 23:12:40 +02:00
parent d476f8358b
commit 7199a0c39d

View file

@ -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 */