1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

doc: Complete and harmonize all _MAX constant descriptions

This commit is contained in:
Rémi Verschelde
2019-06-27 11:10:53 +02:00
parent 755b589384
commit 86ed7a9884
36 changed files with 96 additions and 51 deletions

View File

@@ -28,6 +28,7 @@
<constant name="FFT_SIZE_4096" value="4" enum="FFT_Size">
</constant>
<constant name="FFT_SIZE_MAX" value="5" enum="FFT_Size">
Represents the size of the [enum FFT_Size] enum.
</constant>
</constants>
</class>