mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -526,13 +526,15 @@ namespace BlackMisc
|
||||
//! A default CG if not other value is available
|
||||
static const PhysicalQuantities::CLength &defaultCG();
|
||||
|
||||
//! Ground flag comparisons
|
||||
//! @{
|
||||
|
||||
//! Both on ground
|
||||
static bool isGfEqualOnGround(double oldGroundFactor, double newGroundFactor)
|
||||
{
|
||||
return isDoubleEpsilonEqual(1.0, oldGroundFactor) && isDoubleEpsilonEqual(1.0, newGroundFactor);
|
||||
}
|
||||
|
||||
//! Ground flag comparisons @{
|
||||
//! Both not on ground
|
||||
static bool isGfEqualAirborne(double oldGroundFactor, double newGroundFactor)
|
||||
{
|
||||
|
||||
@@ -207,7 +207,8 @@ namespace BlackMisc
|
||||
//! \remark https://en.wikipedia.org/wiki/Flight_level
|
||||
CAltitude roundedToNearest100ft(bool roundDown) const;
|
||||
|
||||
//! Search the corresponding feet <-> metric / metric <-> feet @{
|
||||
//! Search the corresponding feet <-> metric / metric <-> feet
|
||||
//! @{
|
||||
static int findMetricAltitude(int feet);
|
||||
static int findAltitudeForMetricAltitude(int metric);
|
||||
//! @}
|
||||
|
||||
@@ -124,11 +124,12 @@ namespace BlackMisc
|
||||
//! Get the callsign suffix ("TWR", "ATIS" ...) if any ("_" is removed)
|
||||
QString getSuffix() const;
|
||||
|
||||
//! Airline suffix (e.g. DLH1234 -> DLH) if applicable @{
|
||||
//! Airline suffix (e.g. DLH1234 -> DLH) if applicable
|
||||
//! @{
|
||||
QString getAirlinePrefix() const;
|
||||
QString getAirlinePrefix(QString &flightNumber) const;
|
||||
QString getAirlinePrefix(QString &flightNumber, QString &flightIdentification) const;
|
||||
// @}
|
||||
//! @}
|
||||
|
||||
//! Flight number (e.g. DLH1234 -> 1234) if applicable
|
||||
QString getFlightIndentification() const;
|
||||
|
||||
Reference in New Issue
Block a user