You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: itest/rust/src/register_tests/res/registered_docs.xml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,22 @@ public class Player : Node2D
25
25
</description>
26
26
</method>
27
27
28
+
<methodname="secondary_but_documented">
29
+
<returntype="()" />
30
+
<paramindex="0"name="smth"type="i64" />
31
+
<description>
32
+
Documented method in godot_api secondary block
33
+
</description>
34
+
</method>
35
+
36
+
<methodname="tertiary_but_documented">
37
+
<returntype="()" />
38
+
<paramindex="0"name="smth"type="i64" />
39
+
<description>
40
+
Documented method in other godot_api secondary block
41
+
</description>
42
+
</method>
43
+
28
44
<methodname="ye">
29
45
<returntype="f32" />
30
46
@@ -72,22 +88,6 @@ public class Player : Node2D
72
88
????? probably
73
89
</description>
74
90
</method>
75
-
76
-
<methodname="secondary_but_documented">
77
-
<returntype="()" />
78
-
<paramindex="0"name="smth"type="i64" />
79
-
<description>
80
-
Documented method in godot_api secondary block
81
-
</description>
82
-
</method>
83
-
84
-
<methodname="trinary_but_documented">
85
-
<returntype="()" />
86
-
<paramindex="0"name="smth"type="i64" />
87
-
<description>
88
-
Documented method in other godot_api secondary block
89
-
</description>
90
-
</method>
91
91
</methods>
92
92
<constants><constantname="RANDOM"value="4">Documentation.</constant><constantname="A"value="128"deprecated="Did you know that constants can be deprecated?">Hmmmm</constant><constantname="B"value="128"experimental="Did you know that constants can be experimental?">Who would know that!</constant><constantname="XML"value="1">this docstring has < a special character</constant></constants>
0 commit comments