From a21ff3356d669b95b1433a47f1b5fdfe62386135 Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Wed, 2 May 2018 13:01:35 +0100 Subject: [PATCH] Fixed some Doxygen warnings in juce_AudioBlock.h --- modules/juce_dsp/containers/juce_AudioBlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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