diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-05 15:19:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 15:19:21 +0200 |
commit | 63d3a42f82d386c94eb9e11641d04ada4150c5e5 (patch) | |
tree | 5617e7270df9be072037c251fc49f4b0f9fb77e4 /doc/classes/Image.xml | |
parent | 4011429e574a4d7a31725c38d92dd34925487dc7 (diff) | |
parent | d80bc5cbbab71fb9b8f25ec56a0baa5b4cee68a9 (diff) |
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
Diffstat (limited to 'doc/classes/Image.xml')
-rw-r--r-- | doc/classes/Image.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 8512d82c3d..3ebd9432e5 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -4,7 +4,7 @@ Image datatype. </brief_description> <description> - Native image datatype. Contains image data, which can be converted to a [Texture], and several functions to interact with it. The maximum width and height for an [code]Image[/code] are [constant MAX_WIDTH] and [constant MAX_HEIGHT]. + Native image datatype. Contains image data, which can be converted to a [Texture], and several functions to interact with it. The maximum width and height for an [Image] are [constant MAX_WIDTH] and [constant MAX_HEIGHT]. </description> <tutorials> </tutorials> @@ -477,10 +477,10 @@ </members> <constants> <constant name="MAX_WIDTH" value="16384"> - The maximal width allowed for [code]Image[/code] resources. + The maximal width allowed for [Image] resources. </constant> <constant name="MAX_HEIGHT" value="16384"> - The maximal height allowed for [code]Image[/code] resources. + The maximal height allowed for [Image] resources. </constant> <constant name="FORMAT_L8" value="0" enum="Format"> </constant> |