aboutsummaryrefslogtreecommitdiff
path: root/src/chain.cpp
diff options
context:
space:
mode:
authorMichael Ford <[email protected]>2014-10-25 16:46:54 +0800
committerMichael Ford <[email protected]>2014-10-25 16:46:54 +0800
commit2fdc3351d72af2ad26280cd0ca07c2ae4080db55 (patch)
tree8f774ac07277f56c156f29e248aa50d10603fedc /src/chain.cpp
parentMerge pull request #5131 (diff)
downloaddiscoin-2fdc3351d72af2ad26280cd0ca07c2ae4080db55.tar.xz
discoin-2fdc3351d72af2ad26280cd0ca07c2ae4080db55.zip
Update comments in chain to be doxygen compatible
Diffstat (limited to 'src/chain.cpp')
-rw-r--r--src/chain.cpp5
1 files changed, 3 insertions, 2 deletions
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();