ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]

Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
This commit is contained in:
Ignacio Etcheverry
2019-03-29 23:37:35 +01:00
parent c8aa85189a
commit d80bc5cbba
80 changed files with 261 additions and 257 deletions

View File

@@ -60,7 +60,7 @@
<argument index="1" name="default" type="Variant" default="Null">
</argument>
<description>
Returns the current value for the specified key in the [code]Dictionary[/code]. If the key does not exist, the method returns the value of the optional default argument, or Null if it is omitted.
Returns the current value for the specified key in the [Dictionary]. If the key does not exist, the method returns the value of the optional default argument, or Null if it is omitted.
</description>
</method>
<method name="has">
@@ -92,7 +92,7 @@
<return type="Array">
</return>
<description>
Return the list of keys in the [code]Dictionary[/code].
Return the list of keys in the [Dictionary].
</description>
</method>
<method name="size">
@@ -106,7 +106,7 @@
<return type="Array">
</return>
<description>
Return the list of values in the [code]Dictionary[/code].
Return the list of values in the [Dictionary].
</description>
</method>
</methods>