sceneitems: fix docs

This commit is contained in:
Stéphane Lepin 2018-12-24 00:02:21 +01:00
parent 276bba050b
commit 9cda739672

View File

@ -626,10 +626,10 @@ static void DuplicateSceneItem(void *_data, obs_scene_t *scene) {
* @param {String} `item.name` name of the scene item (prefer `id`, including both is acceptable).
* @param {int} `item.id` id of the scene item.
*
* @return {String} `scene`
* @return {Object} `item`
* @return {int} `̀item.id`
* @return {String} `item.name`
* @return {String} `scene` Name of the scene where the new item was created
* @return {Object} `item` New item info
* @return {int} `̀item.id` New item ID
* @return {String} `item.name` New item name
*
* @api requests
* @name DuplicateSceneItem