diff options
| author | MarcoFalke <[email protected]> | 2016-04-03 11:49:36 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-03 11:58:01 +0200 |
| commit | fada0c422c081ba53a324aaf63c0a750cb56498e (patch) | |
| tree | cb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/main.h | |
| parent | Merge #7691: [Wallet] refactor wallet/init interaction (diff) | |
| download | discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.tar.xz discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.zip | |
[doc] Fix doxygen comments for members
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main.h b/src/main.h index 0bfcfab21..3ea9dc500 100644 --- a/src/main.h +++ b/src/main.h @@ -469,13 +469,13 @@ bool TestBlockValidity(CValidationState& state, const CChainParams& chainparams, class CBlockFileInfo { public: - unsigned int nBlocks; //! number of blocks stored in file - unsigned int nSize; //! number of used bytes of block file - unsigned int nUndoSize; //! number of used bytes in the undo file - unsigned int nHeightFirst; //! lowest height of block in file - unsigned int nHeightLast; //! highest height of block in file - uint64_t nTimeFirst; //! earliest time of block in file - uint64_t nTimeLast; //! latest time of block in file + unsigned int nBlocks; //!< number of blocks stored in file + unsigned int nSize; //!< number of used bytes of block file + unsigned int nUndoSize; //!< number of used bytes in the undo file + unsigned int nHeightFirst; //!< lowest height of block in file + unsigned int nHeightLast; //!< highest height of block in file + uint64_t nTimeFirst; //!< earliest time of block in file + uint64_t nTimeLast; //!< latest time of block in file ADD_SERIALIZE_METHODS; |