diff --git a/src/blackcore/context/contextaudio.cpp b/src/blackcore/context/contextaudio.cpp index 5fcf027d5..a027471e1 100644 --- a/src/blackcore/context/contextaudio.cpp +++ b/src/blackcore/context/contextaudio.cpp @@ -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 diff --git a/src/blackcore/context/contextaudio.h b/src/blackcore/context/contextaudio.h index 233e68971..5219c7e5c 100644 --- a/src/blackcore/context/contextaudio.h +++ b/src/blackcore/context/contextaudio.h @@ -213,14 +213,16 @@ namespace BlackCore public slots: // ------------- DBus --------------- + //! \cond + //! Parse command line //! \addtogroup swiftdotcommands //!
- //! .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
//!
- //! Parse command line
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override;
+ //! \endcond
// ------------- DBus ---------------