mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +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
@@ -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