mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Doxygen, added link to dev wiki and fixed group
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e3d81c6c44
commit
818cdfba59
@@ -126,7 +126,7 @@ namespace BlackCore
|
||||
//! \copydoc IContextAudio::isAudioLoopbackEnabled
|
||||
virtual bool isAudioLoopbackEnabled() const override;
|
||||
|
||||
//! \addtogroup commandline
|
||||
//! \addtogroup swiftdotcommands
|
||||
//! @{
|
||||
//! <pre>
|
||||
//! .mute mute BlackCore::Context::CContextAudio
|
||||
|
||||
@@ -132,13 +132,13 @@ namespace BlackCore
|
||||
bool isPendingConnection() const;
|
||||
|
||||
// --------------------- IContextNetwork implementations ---------------------
|
||||
//! \copydoc IContextNetwork::parseCommandLine
|
||||
//! \ingroup commandline
|
||||
//! \addtogroup swiftdotcommands
|
||||
//! @{
|
||||
//! <pre>
|
||||
//! .m .msg message text
|
||||
//! </pre>
|
||||
//! @}
|
||||
//! \copydoc IContextNetwork::parseCommandLine
|
||||
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override;
|
||||
|
||||
//! \publicsection
|
||||
|
||||
@@ -137,7 +137,7 @@ namespace BlackCore
|
||||
//! \copydoc IContextOwnAircraft::enableAutomaticVoiceRoomResolution
|
||||
virtual void enableAutomaticVoiceRoomResolution(bool enable) override;
|
||||
|
||||
//! \addtogroup commandline
|
||||
//! \addtogroup swiftdotcommands
|
||||
//! @{
|
||||
//! <pre>
|
||||
//! .x .xpdr code set transponder code BlackCore::Context::CContextOwnAircraft
|
||||
|
||||
@@ -104,14 +104,14 @@ namespace BlackCore
|
||||
BlackMisc::Simulation::CMatchingStatistics getCurrentMatchingStatistics(bool missingOnly) const override;
|
||||
//! @}
|
||||
|
||||
//! \copydoc IContextSimulator::parseCommandLine
|
||||
//! \ingroup commandline
|
||||
//! \addtogroup swiftdotcommands
|
||||
//! @{
|
||||
//! <pre>
|
||||
//! .plugin forwarded to plugin, see details there
|
||||
//! .driver .drv forwarded to plugin (same as above)
|
||||
//! </pre>
|
||||
//! @}
|
||||
//! \copydoc IContextSimulator::parseCommandLine
|
||||
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override;
|
||||
// ----------------------------- context interface -----------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user