mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Fixed Doxygen comments
This commit is contained in:
@@ -72,21 +72,19 @@ protected:
|
||||
* \brief Constructor with int
|
||||
* \param baseValue
|
||||
* \param unit
|
||||
* \param siBaseUnit
|
||||
* \param unitConverter
|
||||
* \param siConversionUnit
|
||||
*/
|
||||
CPhysicalQuantity(qint32 baseValue, const MU &unit, const MU &siConversionUnit);
|
||||
/*!
|
||||
* \brief Constructor with double
|
||||
* \param baseValue
|
||||
* \param unit
|
||||
* \param siBaseUnit
|
||||
* \param siConversionUnit
|
||||
*/
|
||||
CPhysicalQuantity(double baseValue, const MU &unit, const MU &siConversionUnit);
|
||||
/*!
|
||||
* \brief Init by integer
|
||||
* \param baseValue
|
||||
* \param unitConverter
|
||||
*/
|
||||
void setUnitValue(qint32 baseValue);
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user