diff options
| author | Rémi Verschelde | 2017-10-21 12:33:50 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-21 12:33:52 +0200 |
| commit | b302084395a6d7f3cc8e4102751ced29779f2ea2 (patch) | |
| tree | e9287479fc7bdbfeb3fee467e9531d86b2bdeb83 /doc/classes/Physics2DShapeQueryParameters.xml | |
| parent | 8652c1d5b129faa76210dfa757b3e91e48e5428d (diff) | |
| download | godot-b302084395a6d7f3cc8e4102751ced29779f2ea2.tar.gz godot-b302084395a6d7f3cc8e4102751ced29779f2ea2.tar.zst godot-b302084395a6d7f3cc8e4102751ced29779f2ea2.zip | |
makerst: Fix rst-ization of members and escaping of [Class]s
Fixes #11517.
Diffstat (limited to 'doc/classes/Physics2DShapeQueryParameters.xml')
| -rw-r--r-- | doc/classes/Physics2DShapeQueryParameters.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Physics2DShapeQueryParameters.xml b/doc/classes/Physics2DShapeQueryParameters.xml index d838ff231..04fe12cc0 100644 --- a/doc/classes/Physics2DShapeQueryParameters.xml +++ b/doc/classes/Physics2DShapeQueryParameters.xml @@ -22,7 +22,7 @@ <return type="Array"> </return> <description> - Return the list of objects, or object [RID]\ s, that will be excluded from collisions. + Return the list of objects, or object [RID]s, that will be excluded from collisions. </description> </method> <method name="get_margin" qualifiers="const"> @@ -75,7 +75,7 @@ <argument index="0" name="exclude" type="Array"> </argument> <description> - Set the list of objects, or object [RID]\ s, that will be excluded from collisions. + Set the list of objects, or object [RID]s, that will be excluded from collisions. </description> </method> <method name="set_margin"> |
