docs: Fix Array fields in transition requests

This commit is contained in:
tt2468 2021-12-28 22:37:00 -08:00
parent 4835abd9c2
commit 1339202c02

View File

@ -24,7 +24,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
*
* Similar to `GetInputKindList`
*
* @responseField transitionKinds | Vector<String> | Array of transition kinds
* @responseField transitionKinds | Array<String> | Array of transition kinds
*
* @requestType GetTransitionKindList
* @complexity 2
@ -45,7 +45,7 @@ RequestResult RequestHandler::GetTransitionKindList(const Request&)
*
* @responseField currentSceneTransitionName | String | Name of the current scene transition. Can be null
* @responseField currentSceneTransitionKind | String | Kind of the current scene transition. Can be null
* @responseField transitions | Vector<Object> | Array of transitions
* @responseField transitions | Array<Object> | Array of transitions
*
* @requestType GetSceneTransitionList
* @complexity 3