diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-15 16:24:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 16:24:35 +0300 |
commit | 373439bc4b2ed5b51f4dcf7990f53c1f04682adc (patch) | |
tree | a7e9d42cc86d082d1c51930df4ef2646e80d4828 /doc/classes/CameraServer.xml | |
parent | dc661cc9ef26d32e51d0208e7a8c8fcefce3b134 (diff) | |
parent | d32803fdd687e9bdca165cc600533a0371495943 (diff) |
Merge pull request #64331 from asmaloney/doc-params-7
[doc] Use "param" instead of "code" to refer to parameters (7)
Diffstat (limited to 'doc/classes/CameraServer.xml')
-rw-r--r-- | doc/classes/CameraServer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/CameraServer.xml b/doc/classes/CameraServer.xml index 7ec49c7df4..d7a9888fac 100644 --- a/doc/classes/CameraServer.xml +++ b/doc/classes/CameraServer.xml @@ -15,7 +15,7 @@ <return type="void" /> <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"> @@ -28,7 +28,7 @@ <return type="CameraFeed" /> <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"> @@ -41,7 +41,7 @@ <return type="void" /> <param index="0" name="feed" type="CameraFeed" /> <description> - Removes the specified camera [code]feed[/code]. + Removes the specified camera [param feed]. </description> </method> </methods> |