mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Doxygen style
This commit is contained in:
@@ -397,7 +397,7 @@ namespace BlackMisc::PhysicalQuantities
|
||||
return U::defaultUnit();
|
||||
}
|
||||
|
||||
/**
|
||||
/*!
|
||||
* All symbols
|
||||
*/
|
||||
template <class U> static const QStringList &allSymbols()
|
||||
@@ -414,7 +414,7 @@ namespace BlackMisc::PhysicalQuantities
|
||||
return symbols;
|
||||
}
|
||||
|
||||
/**
|
||||
/*!
|
||||
* All symbols case insensitive
|
||||
*/
|
||||
template <class U> static const QStringList &allSymbolsLowerCase()
|
||||
@@ -431,7 +431,7 @@ namespace BlackMisc::PhysicalQuantities
|
||||
return symbols;
|
||||
}
|
||||
|
||||
/**
|
||||
/*!
|
||||
* Are symbols case sensitive?
|
||||
*/
|
||||
template <class U> static bool hasCaseSensitiveSymbols()
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BlackMisc::Simulation
|
||||
CInterpolatorLinear m_linear;
|
||||
};
|
||||
|
||||
/**
|
||||
/*!
|
||||
* CInterpolatorMulti which can be used with QMap/QHash
|
||||
* \remark Use case is emulated driver
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user