aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2014-11-20 10:19:29 +0800
committerMichael Ford <fanquake@gmail.com>2014-11-20 10:19:39 +0800
commit72fb3d295ab14d7e6b876d709be23bae1289dab2 (patch)
treea29bf4a688ef02c7b7ceb99e89d259d0c237120f /src/rpcserver.h
parentb5d1b1092998bc95313856d535c632ea5a8f9104 (diff)
downloadbitcoin-72fb3d295ab14d7e6b876d709be23bae1289dab2.tar.xz
Update comments in src/rpc* to be doxygen compatible
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h
index b3234f65f2..7395fc23c6 100644
--- a/src/rpcserver.h
+++ b/src/rpcserver.h
@@ -40,12 +40,13 @@ void StartRPCThreads();
* If real RPC threads have already been started this is a no-op.
*/
void StartDummyRPCThread();
-/* Stop RPC threads */
+/** Stop RPC threads */
void StopRPCThreads();
-/* Query whether RPC is running */
+/** Query whether RPC is running */
bool IsRPCRunning();
-/* Set the RPC warmup status. When this is done, all RPC calls will error out
+/**
+ * Set the RPC warmup status. When this is done, all RPC calls will error out
* immediately with RPC_IN_WARMUP.
*/
void SetRPCWarmupStatus(const std::string& newStatus);