doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-04-19 11:21:09 +02:00
parent 6af69f851a
commit 268b520703
8 changed files with 148 additions and 6 deletions

View File

@@ -17,5 +17,17 @@
</member>
</members>
<constants>
<constant name="FFT_SIZE_256" value="0" enum="FFT_Size">
</constant>
<constant name="FFT_SIZE_512" value="1" enum="FFT_Size">
</constant>
<constant name="FFT_SIZE_1024" value="2" enum="FFT_Size">
</constant>
<constant name="FFT_SIZE_2048" value="3" enum="FFT_Size">
</constant>
<constant name="FFT_SIZE_4096" value="4" enum="FFT_Size">
</constant>
<constant name="FFT_SIZE_MAX" value="5" enum="FFT_Size">
</constant>
</constants>
</class>