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

@@ -26,6 +26,7 @@ namespace BlackMisc
/*!
* Endpoint which can subscribe to events emitted by CPassiveMutator.
* \ingroup SharedState
*/
class BLACKMISC_EXPORT CPassiveObserver : public QObject, public QEnableSharedFromThis<CPassiveObserver>
{
@@ -69,6 +70,7 @@ namespace BlackMisc
/*!
* Dummy value class that matches any event.
* \ingroup SharedState
*/
class BLACKMISC_EXPORT CAnyMatch : public CValueObject<CAnyMatch>
{