Adjust spacing of docs

This commit is contained in:
Dominik Nakamura 2021-12-19 17:23:22 +09:00
parent 873ad1b167
commit c3e6bc323a
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

View File

@ -280,8 +280,7 @@ RequestResult RequestHandler::GetInputSettings(const Request& request)
*
* @requestField inputName | String | Name of the input to set the settings of
* @requestField inputSettings | Object | Object of settings to apply
* @requestField ?overlay | Boolean | True == apply the settings on top of existing ones,
* False == reset the input to its defaults, then apply settings. | true
* @requestField ?overlay | Boolean | True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings. | true
*
* @requestType SetInputSettings
* @complexity 3