mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Issue #15 [doxygen] Fix doc grouping
This commit is contained in:
@@ -37,7 +37,6 @@ namespace BlackMisc
|
||||
* Abstract interface for the spoke in a star topology. An implementation detail of CDataLinkDBus.
|
||||
*
|
||||
* Signals send messages from server to client; slots send messages from client to server.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
class BLACKMISC_EXPORT IDuplex : public QObject
|
||||
{
|
||||
|
||||
@@ -27,7 +27,6 @@ namespace BlackMisc
|
||||
|
||||
/*!
|
||||
* Server side implementation of IDuplex. Receives messages from clients and forwards them to other clients via the CHub.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
class BLACKMISC_EXPORT CDuplex : public IDuplex
|
||||
{
|
||||
|
||||
@@ -23,7 +23,6 @@ namespace BlackMisc
|
||||
{
|
||||
/*!
|
||||
* Client side implementation of IDuplex, through which the client communicates with the server.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
class BLACKMISC_EXPORT CDuplexProxy : public IDuplex
|
||||
{
|
||||
|
||||
@@ -38,7 +38,6 @@ namespace BlackMisc
|
||||
|
||||
/*!
|
||||
* Abstract interface for the hub in a star topology. An implementation detail of CDataLinkDBus.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
class BLACKMISC_EXPORT IHub : public QObject
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ namespace BlackMisc
|
||||
|
||||
/*!
|
||||
* Server side implementation of IHub. Maintains a collection of CDuplex objects.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
class BLACKMISC_EXPORT CHub : public IHub
|
||||
{
|
||||
|
||||
@@ -24,7 +24,6 @@ namespace BlackMisc
|
||||
{
|
||||
/*!
|
||||
* Client side implementation of IHub.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
class BLACKMISC_EXPORT CHubProxy : public IHub
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user