Issue #15 [doxygen] Fix doc grouping

This commit is contained in:
Mat Sutcliffe
2020-08-03 00:31:08 +01:00
parent b8a4ad9270
commit 01b861ca0d
18 changed files with 22 additions and 7 deletions

View File

@@ -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
{

View File

@@ -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
{

View File

@@ -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
{

View File

@@ -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
{

View File

@@ -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
{

View File

@@ -24,7 +24,6 @@ namespace BlackMisc
{
/*!
* Client side implementation of IHub.
* \ingroup SharedState
*/
class BLACKMISC_EXPORT CHubProxy : public IHub
{