mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge pull request #305 from Rosuav/fix-docs-formatting
Fix docs formatting (loose combining character)
This commit is contained in:
@ -3973,7 +3973,7 @@
|
||||
"return": [
|
||||
"{String} `scene` Name of the scene where the new item was created",
|
||||
"{Object} `item` New item info",
|
||||
"{int} `̀item.id` New item ID",
|
||||
"{int} `item.id` New item ID",
|
||||
"{String} `item.name` New item name"
|
||||
],
|
||||
"api": "requests",
|
||||
@ -3993,7 +3993,7 @@
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "̀item.id",
|
||||
"name": "item.id",
|
||||
"description": "New item ID"
|
||||
},
|
||||
{
|
||||
|
@ -1686,7 +1686,7 @@ Duplicates a scene item.
|
||||
| ---- | :---: | ------------|
|
||||
| `scene` | _String_ | Name of the scene where the new item was created |
|
||||
| `item` | _Object_ | New item info |
|
||||
| `̀item.id` | _int_ | New item ID |
|
||||
| `item.id` | _int_ | New item ID |
|
||||
| `item.name` | _String_ | New item name |
|
||||
|
||||
|
||||
|
@ -536,7 +536,7 @@ static void DuplicateSceneItem(void *_data, obs_scene_t *scene) {
|
||||
*
|
||||
* @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 {int} `item.id` New item ID
|
||||
* @return {String} `item.name` New item name
|
||||
*
|
||||
* @api requests
|
||||
|
Reference in New Issue
Block a user