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