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

@@ -25,6 +25,7 @@ namespace BlackMisc
/*!
* Non-template base class for CScalarObserver.
* \ingroup SharedState
*/
class BLACKMISC_EXPORT CGenericScalarObserver : public QObject
{
@@ -54,6 +55,7 @@ namespace BlackMisc
/*!
* Base class for an object that shares state with a corresponding CScalarMutator subclass object.
* \tparam T Datatype encapsulating the state to be shared.
* \ingroup SharedState
*/
template <typename T>
class CScalarObserver : public CGenericScalarObserver