aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-04-03 11:49:36 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-04-03 11:58:01 +0200
commitfada0c422c081ba53a324aaf63c0a750cb56498e (patch)
treecb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/main.h
parent30c2dd8d0598afac9319d3a813a89a682b9c0d34 (diff)
downloadbitcoin-fada0c422c081ba53a324aaf63c0a750cb56498e.tar.xz
[doc] Fix doxygen comments for members
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main.h b/src/main.h
index 0bfcfab213..3ea9dc500c 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;