Merge pull request #124 from haganbmj/patch-2

docs: HandleSetHeartbeat -> SetHeartbeat
This commit is contained in:
Stéphane L 2017-09-26 11:19:15 +02:00 committed by GitHub
commit 7251862ecf

View File

@ -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,7 +326,7 @@ 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.