From 5895479a5e5f8b1b9bf48fda30644dc83394e252 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 13 May 2021 02:42:49 +0200 Subject: Rename the audio `FFT_Size` enum to `FFTSize` for consistency --- doc/classes/AudioEffectPitchShift.xml | 16 ++++++++-------- doc/classes/AudioEffectSpectrumAnalyzer.xml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/AudioEffectPitchShift.xml b/doc/classes/AudioEffectPitchShift.xml index afe364de63..917556fded 100644 --- a/doc/classes/AudioEffectPitchShift.xml +++ b/doc/classes/AudioEffectPitchShift.xml @@ -12,7 +12,7 @@ - + @@ -21,18 +21,18 @@ - + - + - + - + - + - - Represents the size of the [enum FFT_Size] enum. + + Represents the size of the [enum FFTSize] enum. diff --git a/doc/classes/AudioEffectSpectrumAnalyzer.xml b/doc/classes/AudioEffectSpectrumAnalyzer.xml index 4c08b18f1d..79a8932e25 100644 --- a/doc/classes/AudioEffectSpectrumAnalyzer.xml +++ b/doc/classes/AudioEffectSpectrumAnalyzer.xml @@ -11,24 +11,24 @@ - + - + - + - + - + - + - - Represents the size of the [enum FFT_Size] enum. + + Represents the size of the [enum FFTSize] enum. -- cgit v1.2.3