From 275173c383f38692d8321e92b095d5874c153b2f Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 28 Oct 2019 15:03:11 +0100 Subject: [PATCH] [Doxygen] workaround to silence audio context Doxygen error, no idea why this was wrong --- src/blackcore/context/contextaudio.cpp | 4 ++++ src/blackcore/context/contextaudio.h | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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 ---------------