Browse Source

Merge pull request #18866 from KellyThomas/class-docs-links

[docs] fix links in class docs
Rémi Verschelde 7 years ago
parent
commit
92f1debf08
3 changed files with 7 additions and 7 deletions
  1. 4 4
      doc/classes/ArrayMesh.xml
  2. 2 2
      doc/classes/PacketPeerUDP.xml
  3. 1 1
      doc/classes/Physics2DServer.xml

+ 4 - 4
doc/classes/ArrayMesh.xml

@@ -91,7 +91,7 @@
 			<argument index="0" name="surf_idx" type="int">
 			<argument index="0" name="surf_idx" type="int">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="surface_get_array_len" qualifiers="const">
 		<method name="surface_get_array_len" qualifiers="const">
@@ -100,7 +100,7 @@
 			<argument index="0" name="surf_idx" type="int">
 			<argument index="0" name="surf_idx" type="int">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="surface_get_arrays" qualifiers="const">
 		<method name="surface_get_arrays" qualifiers="const">
@@ -125,7 +125,7 @@
 			<argument index="0" name="surf_idx" type="int">
 			<argument index="0" name="surf_idx" type="int">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="surface_get_material" qualifiers="const">
 		<method name="surface_get_material" qualifiers="const">
@@ -151,7 +151,7 @@
 			<argument index="0" name="surf_idx" type="int">
 			<argument index="0" name="surf_idx" type="int">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="surface_remove">
 		<method name="surface_remove">

+ 2 - 2
doc/classes/PacketPeerUDP.xml

@@ -22,14 +22,14 @@
 			<return type="String">
 			<return type="String">
 			</return>
 			</return>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="get_packet_port" qualifiers="const">
 		<method name="get_packet_port" qualifiers="const">
 			<return type="int">
 			<return type="int">
 			</return>
 			</return>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="is_listening" qualifiers="const">
 		<method name="is_listening" qualifiers="const">

+ 1 - 1
doc/classes/Physics2DServer.xml

@@ -688,7 +688,7 @@
 			<argument index="1" name="space" type="RID">
 			<argument index="1" name="space" type="RID">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Assigns a space to the body (see [method create_space]).
+				Assigns a space to the body (see [method space_create]).
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="body_set_state">
 		<method name="body_set_state">