Merge pull request #305 from Rosuav/fix-docs-formatting

Fix docs formatting (loose combining character)
This commit is contained in:
Stéphane Lepin
2019-04-22 18:31:16 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@ -3973,7 +3973,7 @@
"return": [ "return": [
"{String} `scene` Name of the scene where the new item was created", "{String} `scene` Name of the scene where the new item was created",
"{Object} `item` New item info", "{Object} `item` New item info",
"{int} `̀item.id` New item ID", "{int} `item.id` New item ID",
"{String} `item.name` New item name" "{String} `item.name` New item name"
], ],
"api": "requests", "api": "requests",
@ -3993,7 +3993,7 @@
}, },
{ {
"type": "int", "type": "int",
"name": "̀item.id", "name": "item.id",
"description": "New item ID" "description": "New item ID"
}, },
{ {

View File

@ -1686,7 +1686,7 @@ Duplicates a scene item.
| ---- | :---: | ------------| | ---- | :---: | ------------|
| `scene` | _String_ | Name of the scene where the new item was created | | `scene` | _String_ | Name of the scene where the new item was created |
| `item` | _Object_ | New item info | | `item` | _Object_ | New item info |
| `̀item.id` | _int_ | New item ID | | `item.id` | _int_ | New item ID |
| `item.name` | _String_ | New item name | | `item.name` | _String_ | New item name |

View File

@ -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 {String} `scene` Name of the scene where the new item was created
* @return {Object} `item` New item info * @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 * @return {String} `item.name` New item name
* *
* @api requests * @api requests