summaryrefslogtreecommitdiff
path: root/doc/classes/CameraServer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/CameraServer.xml')
-rw-r--r--doc/classes/CameraServer.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/classes/CameraServer.xml b/doc/classes/CameraServer.xml
index 1ccdee58f7..d7a9888fac 100644
--- a/doc/classes/CameraServer.xml
+++ b/doc/classes/CameraServer.xml
@@ -13,9 +13,9 @@
<methods>
<method name="add_feed">
<return type="void" />
- <argument index="0" name="feed" type="CameraFeed" />
+ <param index="0" name="feed" type="CameraFeed" />
<description>
- Adds the camera [code]feed[/code] to the camera server.
+ Adds the camera [param feed] to the camera server.
</description>
</method>
<method name="feeds">
@@ -26,9 +26,9 @@
</method>
<method name="get_feed">
<return type="CameraFeed" />
- <argument index="0" name="index" type="int" />
+ <param index="0" name="index" type="int" />
<description>
- Returns the [CameraFeed] corresponding to the camera with the given [code]index[/code].
+ Returns the [CameraFeed] corresponding to the camera with the given [param index].
</description>
</method>
<method name="get_feed_count">
@@ -39,21 +39,21 @@
</method>
<method name="remove_feed">
<return type="void" />
- <argument index="0" name="feed" type="CameraFeed" />
+ <param index="0" name="feed" type="CameraFeed" />
<description>
- Removes the specified camera [code]feed[/code].
+ Removes the specified camera [param feed].
</description>
</method>
</methods>
<signals>
<signal name="camera_feed_added">
- <argument index="0" name="id" type="int" />
+ <param index="0" name="id" type="int" />
<description>
Emitted when a [CameraFeed] is added (e.g. a webcam is plugged in).
</description>
</signal>
<signal name="camera_feed_removed">
- <argument index="0" name="id" type="int" />
+ <param index="0" name="id" type="int" />
<description>
Emitted when a [CameraFeed] is removed (e.g. a webcam is unplugged).
</description>