From 2fdc3351d72af2ad26280cd0ca07c2ae4080db55 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Sat, 25 Oct 2014 16:46:54 +0800 Subject: Update comments in chain to be doxygen compatible --- src/chain.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/chain.cpp') diff --git a/src/chain.cpp b/src/chain.cpp index 56ed22ce7..e13c04786 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(); -- cgit v1.2.3