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:
@@ -26,7 +26,8 @@ namespace BlackCore
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
//! Map reader properties @{
|
||||
//! Map reader properties
|
||||
//! @{
|
||||
Q_PROPERTY(CSampleAtcStationModel *atcStationModel READ getAtcStationModel CONSTANT)
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -35,7 +35,8 @@ namespace BlackCore
|
||||
//! Ctor
|
||||
CSampleAtcStation(const QString &callsign, const BlackCore::Afv::TransceiverDto &transceiver);
|
||||
|
||||
//! Getter @{
|
||||
//! Getter
|
||||
//! @{
|
||||
const QString &callsign() const { return m_callsign; }
|
||||
QString formattedFrequency() const;
|
||||
double latitude() const;
|
||||
|
||||
Reference in New Issue
Block a user