diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-06-29 11:48:51 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-08-22 10:51:41 +0200 |
commit | fa27c0a2c4545a579bf339e816c3fa785252b7dc (patch) | |
tree | e30aae360ff6220129695cccd92b44db410c7157 /src/zmq | |
parent | fabfd5dae28cbe26e71d50dbfb6feab03673f27a (diff) |
[doc] Fix typos in comments, doxygen: Fix comment syntax
Diffstat (limited to 'src/zmq')
-rw-r--r-- | src/zmq/zmqpublishnotifier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq/zmqpublishnotifier.h b/src/zmq/zmqpublishnotifier.h index 22f02a3d0d..751ded3957 100644 --- a/src/zmq/zmqpublishnotifier.h +++ b/src/zmq/zmqpublishnotifier.h @@ -12,7 +12,7 @@ class CBlockIndex; class CZMQAbstractPublishNotifier : public CZMQAbstractNotifier { private: - uint32_t nSequence; //! upcounting per message sequence number + uint32_t nSequence; //!< upcounting per message sequence number public: |