diff --git a/modules/juce_dsp/containers/juce_AudioBlock.h b/modules/juce_dsp/containers/juce_AudioBlock.h index 1e7c4d304a..e3edbcc547 100644 --- a/modules/juce_dsp/containers/juce_AudioBlock.h +++ b/modules/juce_dsp/containers/juce_AudioBlock.h @@ -265,7 +265,7 @@ public: All indices and sizes are in the receiver's units, i.e. if SampleType is a SIMDRegister then incrementing srcPos by one will increase the sample position - in the AudioBuffer's units by a factor of SIMDRegister::::SIMDNumElements. + in the AudioBuffer's units by a factor of SIMDRegister::\::SIMDNumElements. */ forcedinline AudioBlock& copyFrom (const AudioBuffer& src, size_t srcPos = 0, size_t dstPos = 0, size_t numElements = std::numeric_limits::max()) @@ -287,7 +287,7 @@ public: All indices and sizes are in the receiver's units, i.e. if SampleType is a SIMDRegister then incrementing dstPos by one will increase the sample position - in the AudioBuffer's units by a factor of SIMDRegister::::SIMDNumElements. + in the AudioBuffer's units by a factor of SIMDRegister::\::SIMDNumElements. */ forcedinline const AudioBlock& copyTo (AudioBuffer& dst, size_t srcPos = 0, size_t dstPos = 0, size_t numElements = std::numeric_limits::max()) const