Преглед изворни кода

Errata fix on Image get_format() description

The description of this function seems to be duplicated from the preceding description.
Profesor Tartelett пре 7 година
родитељ
комит
9d735ffacb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/classes/Image.xml

+ 1 - 1
doc/classes/Image.xml

@@ -217,7 +217,7 @@
 			<return type="int" enum="Image.Format">
 			</return>
 			<description>
-				Returns the image's raw data.
+				Returns the image’s format. See [code]FORMAT_*[/code] constants.
 			</description>
 		</method>
 		<method name="get_height" qualifiers="const">