doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks

(cherry picked from commit bc82781f7d)
This commit is contained in:
Rémi Verschelde
2019-06-27 12:34:26 +02:00
parent 7a97fd99c7
commit 383c678a1e
51 changed files with 115 additions and 115 deletions

View File

@@ -73,7 +73,7 @@
</methods>
<members>
<member name="lossy_quality" type="float" setter="set_lossy_storage_quality" getter="get_lossy_storage_quality">
The storage quality for [code]STORAGE_COMPRESS_LOSSY[/code].
The storage quality for [constant STORAGE_COMPRESS_LOSSY].
</member>
<member name="storage" type="int" setter="set_storage" getter="get_storage" enum="ImageTexture.Storage">
The storage type (raw, lossy, or compressed).