[Doxygen] workaround to silence audio context Doxygen error, no idea why this was wrong

This commit is contained in:
Klaus Basan
2019-10-28 15:03:11 +01:00
committed by Mat Sutcliffe
parent 0df63f4b6b
commit 275173c383
2 changed files with 10 additions and 4 deletions

View File

@@ -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 ---------------