summaryrefslogtreecommitdiff
path: root/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AudioEffectSpectrumAnalyzerInstance.xml')
-rw-r--r--doc/classes/AudioEffectSpectrumAnalyzerInstance.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
index 08dd5a5d69..55ac78f197 100644
--- a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
+++ b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
@@ -9,9 +9,9 @@
<methods>
<method name="get_magnitude_for_frequency_range" qualifiers="const">
<return type="Vector2" />
- <argument index="0" name="from_hz" type="float" />
- <argument index="1" name="to_hz" type="float" />
- <argument index="2" name="mode" type="int" enum="AudioEffectSpectrumAnalyzerInstance.MagnitudeMode" default="1" />
+ <param index="0" name="from_hz" type="float" />
+ <param index="1" name="to_hz" type="float" />
+ <param index="2" name="mode" type="int" enum="AudioEffectSpectrumAnalyzerInstance.MagnitudeMode" default="1" />
<description>
</description>
</method>