From c0512d5b5fedf5b2b3cd68ce6b531ddb7ba91983 Mon Sep 17 00:00:00 2001 From: Brendan Hagan Date: Mon, 25 Sep 2017 11:32:34 -0500 Subject: [PATCH] docs: HandleSetHeartbeat -> SetHeartbeat --- WSRequestHandler.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/WSRequestHandler.cpp b/WSRequestHandler.cpp index a2e2fad9..66740ca3 100644 --- a/WSRequestHandler.cpp +++ b/WSRequestHandler.cpp @@ -306,7 +306,7 @@ void WSRequestHandler::HandleAuthenticate(WSRequestHandler* req) { * @param {boolean} `enable` Starts/Stops emitting heartbeat messages * * @api requests - * @name HandleSetHeartbeat + * @name SetHeartbeat * @category general */ void WSRequestHandler::HandleSetHeartbeat(WSRequestHandler* req) { @@ -326,16 +326,16 @@ void WSRequestHandler::HandleSetHeartbeat(WSRequestHandler* req) { obs_data_release(response); } - /** - * Switch to the specified scene. - * - * @param {String} `scene-name` Name of the scene to switch to. - * - * @api requests - * @name SetCurrentScene - * @category scenes - * @since 0.3 - */ +/** + * Switch to the specified scene. + * + * @param {String} `scene-name` Name of the scene to switch to. + * + * @api requests + * @name SetCurrentScene + * @category scenes + * @since 0.3 + */ void WSRequestHandler::HandleSetCurrentScene(WSRequestHandler* req) { if (!req->hasField("scene-name")) { req->SendErrorResponse("missing request parameters");