Update comments in chain to be doxygen compatible

This commit is contained in:
Michael Ford
2014-10-25 16:46:54 +08:00
parent b847e0139e
commit 2fdc3351d7
2 changed files with 42 additions and 38 deletions

View File

@@ -7,8 +7,9 @@
using namespace std;
// CChain implementation
/**
* CChain implementation
*/
void CChain::SetTip(CBlockIndex *pindex) {
if (pindex == NULL) {
vChain.clear();