mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
fix: Fix broken doxygen comments
This commit is contained in:
@@ -38,22 +38,22 @@ namespace swift::misc
|
||||
//! \name Interface implementations
|
||||
//! @{
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::postEvent
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::postEvent
|
||||
virtual void postEvent(const QString &channel, const swift::misc::CVariant ¶m) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::setSubscription
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::setSubscription
|
||||
virtual void setSubscription(const QString &channel, const swift::misc::CVariantList &filters) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::requestPeerSubscriptions
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::requestPeerSubscriptions
|
||||
virtual void requestPeerSubscriptions() override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::submitRequest
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::submitRequest
|
||||
virtual void submitRequest(const QString &channel, const swift::misc::CVariant ¶m, quint32 token) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::advertise
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::advertise
|
||||
virtual void advertise(const QString &channel) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::withdraw
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::withdraw
|
||||
virtual void withdraw(const QString &channel) override;
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -30,25 +30,25 @@ namespace swift::misc
|
||||
//! \name Interface implementations
|
||||
//! @{
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::postEvent
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::postEvent
|
||||
virtual void postEvent(const QString &channel, const swift::misc::CVariant ¶m) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::setSubscription
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::setSubscription
|
||||
virtual void setSubscription(const QString &channel, const swift::misc::CVariantList &filters) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::requestPeerSubscriptions
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::requestPeerSubscriptions
|
||||
virtual void requestPeerSubscriptions() override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::submitRequest
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::submitRequest
|
||||
virtual void submitRequest(const QString &channel, const swift::misc::CVariant ¶m, quint32 token) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::reply
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::reply
|
||||
virtual void reply(const swift::misc::CVariant ¶m, quint32 token) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::advertise
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::advertise
|
||||
virtual void advertise(const QString &channel) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IDuplex::withdraw
|
||||
//! \copydoc swift::misc::shared_state::dbus::IDuplex::withdraw
|
||||
virtual void withdraw(const QString &channel) override;
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -48,10 +48,10 @@ namespace swift::misc
|
||||
//! \name Interface implementations
|
||||
//! @{
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IHub::openDuplex
|
||||
//! \copydoc swift::misc::shared_state::dbus::IHub::openDuplex
|
||||
virtual bool openDuplex(const swift::misc::CIdentifier &client) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IHub::closeDuplex
|
||||
//! \copydoc swift::misc::shared_state::dbus::IHub::closeDuplex
|
||||
virtual void closeDuplex(const swift::misc::CIdentifier &client) override;
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -41,10 +41,10 @@ namespace swift::misc
|
||||
//! \name Interface implementations
|
||||
//! @{
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IHub::openDuplex
|
||||
//! \copydoc swift::misc::shared_state::dbus::IHub::openDuplex
|
||||
virtual bool openDuplex(const swift::misc::CIdentifier &client) override;
|
||||
|
||||
//! \copydoc swift::misc::shared_state::DBus::IHub::closeDuplex
|
||||
//! \copydoc swift::misc::shared_state::dbus::IHub::closeDuplex
|
||||
virtual void closeDuplex(const swift::misc::CIdentifier &client) override;
|
||||
//! @}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user