[doxygen] Fix broken groupings

This commit is contained in:
Mat Sutcliffe
2020-08-01 19:08:08 +01:00
parent faf7f2a2cf
commit 2ae0352e75
115 changed files with 474 additions and 248 deletions

View File

@@ -46,8 +46,8 @@ namespace BlackCore
friend class IContextApplication;
public slots:
//! @{
//! \publicsection
//! @{
virtual void changeSettings(const BlackMisc::CValueCachePacket &settings, const BlackMisc::CIdentifier &origin) override;
virtual BlackMisc::CValueCachePacket getAllSettings() const override;
virtual QStringList getUnsavedSettingsKeys() const override;

View File

@@ -49,8 +49,8 @@ namespace BlackCore
virtual ~CContextApplicationProxy() override {}
public slots:
//! @{
//! \publicsection
//! @{
virtual void changeSettings(const BlackMisc::CValueCachePacket &settings, const BlackMisc::CIdentifier &origin) override;
virtual BlackMisc::CValueCachePacket getAllSettings() const override;
virtual QStringList getUnsavedSettingsKeys() const override;

View File

@@ -144,13 +144,15 @@ namespace BlackCore
//! Graceful shutdown
void gracefulShutdown();
//! Enable/disable @{
//! Enable/disable
//! @{
void enableVoiceClient() { this->initVoiceClient(); }
void enableVoiceClientAndStart();
void disableVoiceClient() { this->terminateVoiceClient(); }
//! @}
//! Receive/transmit @{
//! Receive/transmit
//! @{
void setRxTx(bool rx1, bool tx1, bool rx2, bool tx2);
void getRxTx(bool &rx1, bool &tx1, bool &rx2, bool &tx2) const;
//! @}
@@ -291,7 +293,8 @@ namespace BlackCore
* Workaround those must be invisible for DBus
*
//! VU levels @{
//! VU levels
//! @{
void inputVolumePeakVU (double value);
void outputVolumePeakVU(double value);
//! @}

View File

@@ -240,7 +240,8 @@ namespace BlackCore
//! \ingroup crosscontextfunction
void xCtxChangedSimulatorStatus(int status);
//! Actions @{
//! Actions
//! @{
void actionToggleTransponder(bool keydown);
void actionIdent(bool keydown);
//! @}