mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Issue #15 [doxygen] Fix doc grouping
This commit is contained in:
@@ -25,6 +25,7 @@ namespace BlackMisc
|
||||
|
||||
/*!
|
||||
* Non-template base class for CScalarMutator.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
class BLACKMISC_EXPORT CGenericScalarMutator : public QObject
|
||||
{
|
||||
@@ -48,6 +49,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Base class for an object that shares state with a corresponding CScalarObserver subclass object.
|
||||
* \tparam T Datatype encapsulating the state to be shared.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
template <typename T>
|
||||
class CScalarMutator : public CGenericScalarMutator
|
||||
|
||||
Reference in New Issue
Block a user