[doxygen] Fix broken groupings

This commit is contained in:
Mat Sutcliffe
2020-08-01 19:08:08 +01:00
parent faf7f2a2cf
commit 2ae0352e75
115 changed files with 474 additions and 248 deletions

View File

@@ -26,7 +26,8 @@ namespace BlackCore
{
Q_OBJECT
//! Map reader properties @{
//! Map reader properties
//! @{
Q_PROPERTY(CSampleAtcStationModel *atcStationModel READ getAtcStationModel CONSTANT)
//! @}

View File

@@ -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;