mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
minor fix, only in doxygen comments
This commit is contained in:
@@ -65,13 +65,13 @@ namespace BlackCore
|
||||
public slots:
|
||||
/*!
|
||||
* CAtcListManager is responsible for connecting these slots.
|
||||
* \{
|
||||
* @{
|
||||
*/
|
||||
void update(const QString& callsign, const BlackMisc::PhysicalQuantities::CFrequency& freq,
|
||||
const BlackMisc::Geo::CCoordinateGeodetic& pos, const BlackMisc::PhysicalQuantities::CLength& range);
|
||||
void remove(const QString& callsign);
|
||||
void clear();
|
||||
/*! \} */
|
||||
/*! @} */
|
||||
|
||||
private:
|
||||
BlackMisc::CAtcList m_list;
|
||||
|
||||
@@ -125,8 +125,8 @@ protected:
|
||||
return CMath::trunc(factor) + (CMath::trunc(part2) + part3 / SubdivPolicy::fraction()) / SubdivPolicy::fraction(); }
|
||||
};
|
||||
|
||||
//! \{
|
||||
//! Metapolicy that can be used to modify template parameters of converters
|
||||
//! @{
|
||||
struct One {
|
||||
static double factor() { return 1; } //!< factor \return
|
||||
};
|
||||
@@ -163,7 +163,7 @@ protected:
|
||||
static double fraction() { return 100.0f; } //!< fraction \return
|
||||
static double subfactor() { return float(Subfactor); } //!< subfactor \return
|
||||
};
|
||||
//! \}
|
||||
//! @}
|
||||
|
||||
private:
|
||||
QString m_name; //!< name, e.g. "meter"
|
||||
|
||||
Reference in New Issue
Block a user