diff options
author | Michael Ford <fanquake@gmail.com> | 2014-10-25 16:46:54 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2014-10-25 16:46:54 +0800 |
commit | 2fdc3351d72af2ad26280cd0ca07c2ae4080db55 (patch) | |
tree | 8f774ac07277f56c156f29e248aa50d10603fedc /src/chain.cpp | |
parent | b847e0139eae06f4ea3c44ae414dc0110598a1be (diff) |
Update comments in chain to be doxygen compatible
Diffstat (limited to 'src/chain.cpp')
-rw-r--r-- | src/chain.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/chain.cpp b/src/chain.cpp index 56ed22ce71..e13c047861 100644 --- a/src/chain.cpp +++ b/src/chain.cpp @@ -7,8 +7,9 @@ using namespace std; -// CChain implementation - +/** + * CChain implementation + */ void CChain::SetTip(CBlockIndex *pindex) { if (pindex == NULL) { vChain.clear(); |