mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Doxygen comments
This commit is contained in:
committed by
Mat Sutcliffe
parent
22cedfe710
commit
46f69217c0
@@ -77,10 +77,10 @@ namespace BlackGui
|
||||
//! ATC stations settings
|
||||
struct TAtcStationsSettings : public BlackMisc::TSettingTrait<CAtcStationsSettings>
|
||||
{
|
||||
//! \copydoc BlackCore::TSettingTrait::key
|
||||
//! \copydoc BlackMisc::TSettingTrait::key
|
||||
static const char *key() { return "atcstations"; }
|
||||
|
||||
//! \copydoc BlackCore::TSettingTrait::humanReadable
|
||||
//! \copydoc BlackMisc::TSettingTrait::humanReadable
|
||||
static const QString &humanReadable() { static const QString name("ATC stations"); return name; }
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user