diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-03-29 23:37:35 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-03-29 23:47:35 +0100 |
commit | d80bc5cbbab71fb9b8f25ec56a0baa5b4cee68a9 (patch) | |
tree | ff8c5d6c286c0dfc9db349090bffcda730b58e22 /doc/classes/PoolRealArray.xml | |
parent | c8aa85189a8736bb9723770b9409e6f9c00fc249 (diff) |
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
Diffstat (limited to 'doc/classes/PoolRealArray.xml')
-rw-r--r-- | doc/classes/PoolRealArray.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PoolRealArray.xml b/doc/classes/PoolRealArray.xml index 3eb485ce12..eda2dd7915 100644 --- a/doc/classes/PoolRealArray.xml +++ b/doc/classes/PoolRealArray.xml @@ -17,7 +17,7 @@ <argument index="0" name="from" type="Array"> </argument> <description> - Construct a new [code]PoolRealArray[/code]. Optionally, you can pass in a generic [Array] that will be converted. + Construct a new [PoolRealArray]. Optionally, you can pass in a generic [Array] that will be converted. </description> </method> <method name="append"> @@ -31,7 +31,7 @@ <argument index="0" name="array" type="PoolRealArray"> </argument> <description> - Append a [code]PoolRealArray[/code] at the end of this array. + Append a [PoolRealArray] at the end of this array. </description> </method> <method name="insert"> |