Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough

EditorHelp: Improve enum ref resolving and add constant ref support
This commit is contained in:
Rémi Verschelde 2019-04-05 15:19:21 +02:00 committed by GitHub
commit 63d3a42f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
89 changed files with 437 additions and 288 deletions

View file

@ -17,7 +17,7 @@
<argument index="0" name="from" type="Array">
</argument>
<description>
Construct a new [code]PoolColorArray[/code]. Optionally, you can pass in a generic [Array] that will be converted.
Construct a new [PoolColorArray]. 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="PoolColorArray">
</argument>
<description>
Append a [code]PoolColorArray[/code] at the end of this array.
Append a [PoolColorArray] at the end of this array.
</description>
</method>
<method name="insert">