aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-11-20 14:27:26 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-11-20 14:40:42 +0100
commitcf9c4887f176634c9f39305ad70657d9fff3962d (patch)
tree01ce0aeb873619515652558680ea97632c466ac9 /src/rpcserver.h
parent5c6b3845028676763a850f1d9c412605f2231e1c (diff)
parent72fb3d295ab14d7e6b876d709be23bae1289dab2 (diff)
downloadbitcoin-cf9c4887f176634c9f39305ad70657d9fff3962d.tar.xz
Merge pull request #5324
72fb3d2 Update comments in src/rpc* to be doxygen compatible (Michael Ford)
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);