mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
[Doxygen] workaround to silence audio context Doxygen error, no idea why this was wrong
This commit is contained in:
committed by
Mat Sutcliffe
parent
0df63f4b6b
commit
275173c383
@@ -34,6 +34,8 @@ using namespace BlackMisc::Simulation;
|
||||
using namespace BlackSound;
|
||||
using namespace BlackCore::Afv::Clients;
|
||||
|
||||
//! \cond
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
namespace Context
|
||||
@@ -539,3 +541,5 @@ namespace BlackCore
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
//! \endcond
|
||||
|
||||
@@ -213,14 +213,16 @@ namespace BlackCore
|
||||
public slots:
|
||||
// ------------- DBus ---------------
|
||||
|
||||
//! \cond
|
||||
//! Parse command line
|
||||
//! \addtogroup swiftdotcommands
|
||||
//! <pre>
|
||||
//! .mute mute BlackCore::Context::CContextAudio
|
||||
//! .unmute unmute BlackCore::Context::CContextAudio
|
||||
//! .vol .volume volume 0..100 set volume BlackCore::Context::CContextAudio
|
||||
//! .mute mute BlackCore::Context::CContextAudioBase
|
||||
//! .unmute unmute BlackCore::Context::CContextAudioBase
|
||||
//! .vol .volume volume 0..100 set volume BlackCore::Context::CContextAudioBase
|
||||
//! </pre>
|
||||
//! Parse command line
|
||||
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override;
|
||||
//! \endcond
|
||||
|
||||
// ------------- DBus ---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user