Fix miscellaneous oddities around the class reference (part 7)

This commit is contained in:
Micky
2025-11-27 22:40:32 +01:00
parent 3a97723ff2
commit 4dec66859e
38 changed files with 93 additions and 94 deletions

View File

@@ -40,7 +40,7 @@
<method name="is_keeping_all_compressed_buffers" qualifiers="static">
<return type="bool" />
<description>
Return whether the flag is overridden for all textures of this type.
Returns [code]true[/code] if the flag is overridden for all textures of this type.
</description>
</method>
<method name="set_basisu_compressor_params">
@@ -56,7 +56,7 @@
<return type="void" />
<param index="0" name="keep" type="bool" />
<description>
Overrides the flag globally for all textures of this type. This is used primarily by the editor.
If [param keep] is [code]true[/code], overrides the flag globally for all textures of this type. This is used primarily by the editor.
</description>
</method>
</methods>