diff options
| author | Kelly Thomas | 2018-05-14 23:06:22 +0800 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-06-01 17:55:13 +0200 |
| commit | 9b8388dab12e1d6924d5317538fd65698009daa5 (patch) | |
| tree | 86f763d50fb5d6337cab18b0a1f63efa8be4369b | |
| parent | fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63 (diff) | |
| download | godot-9b8388dab12e1d6924d5317538fd65698009daa5.tar.gz godot-9b8388dab12e1d6924d5317538fd65698009daa5.tar.zst godot-9b8388dab12e1d6924d5317538fd65698009daa5.zip | |
[docs] fix links in class docs
(cherry picked from commit 888eefa0fd5d14468161832d96e41e79d150899e)
| -rw-r--r-- | doc/classes/ArrayMesh.xml | 8 | ||||
| -rw-r--r-- | doc/classes/PacketPeerUDP.xml | 4 | ||||
| -rw-r--r-- | doc/classes/Physics2DServer.xml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml index 5710fef85..663e4558c 100644 --- a/doc/classes/ArrayMesh.xml +++ b/doc/classes/ArrayMesh.xml @@ -91,7 +91,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the length in indices of the index array in the requested surface (see [method add_surface]). + Return the length in indices of the index array in the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_get_array_len" qualifiers="const"> @@ -100,7 +100,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the length in vertices of the vertex array in the requested surface (see [method add_surface]). + Return the length in vertices of the vertex array in the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_get_arrays" qualifiers="const"> @@ -125,7 +125,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the format mask of the requested surface (see [method add_surface]). + Return the format mask of the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_get_material" qualifiers="const"> @@ -151,7 +151,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the primitive type of the requested surface (see [method add_surface]). + Return the primitive type of the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_remove"> diff --git a/doc/classes/PacketPeerUDP.xml b/doc/classes/PacketPeerUDP.xml index 4c5af3177..fd087102f 100644 --- a/doc/classes/PacketPeerUDP.xml +++ b/doc/classes/PacketPeerUDP.xml @@ -22,14 +22,14 @@ <return type="String"> </return> <description> - Return the IP of the remote peer that sent the last packet(that was received with [method get_packet] or [method get_var]). + Return the IP of the remote peer that sent the last packet(that was received with [method PacketPeer.get_packet] or [method PacketPeer.get_var]). </description> </method> <method name="get_packet_port" qualifiers="const"> <return type="int"> </return> <description> - Return the port of the remote peer that sent the last packet(that was received with [method get_packet] or [method get_var]). + Return the port of the remote peer that sent the last packet(that was received with [method PacketPeer.get_packet] or [method PacketPeer.get_var]). </description> </method> <method name="is_listening" qualifiers="const"> diff --git a/doc/classes/Physics2DServer.xml b/doc/classes/Physics2DServer.xml index 8dfcce935..918cc58fb 100644 --- a/doc/classes/Physics2DServer.xml +++ b/doc/classes/Physics2DServer.xml @@ -688,7 +688,7 @@ <argument index="1" name="space" type="RID"> </argument> <description> - Assigns a space to the body (see [method create_space]). + Assigns a space to the body (see [method space_create]). </description> </method> <method name="body_set_state"> |
