ClientKernel: use Doxygen \note in comment

Dieser Commit ist enthalten in:
Filippo Gentile 2023-11-05 22:53:49 +01:00
Ursprung 5b48969fbb
Commit 45cbc58c2a

Datei anzeigen

@ -87,7 +87,7 @@ class ClientKernel final : public Kernel
/*!
* \brief m_trackPowerOn caches command station track power state.
*
* NOTE: it must be accessed only from event loop thread or from
* \note It must be accessed only from event loop thread or from
* Z21::ClientKernel::onStart().
*
* \sa EventLoop
@ -97,7 +97,7 @@ class ClientKernel final : public Kernel
/*!
* \brief m_emergencyStop caches command station emergency stop state.
*
* NOTE: it must be accessed only from event loop thread or from
* \note It must be accessed only from event loop thread or from
* Z21::ClientKernel::onStart().
*
* \sa EventLoop