diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/Image.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index d5bea810a..905a84409 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -409,10 +409,8 @@ </method> </methods> <members> - <member name="data" type="Dictionary"> - <description> - Holds all of the image's color data in a given format. See [code]FORMAT_*[/code] constants. - </description> + <member name="data" type="Dictionary" setter="_set_data" getter="_get_data"> + Holds all of the image's color data in a given format. See [code]FORMAT_*[/code] constants. </member> </members> <constants> |
