1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix some Doxygen warnings

This commit is contained in:
Tom Poole 2021-08-23 09:17:53 +01:00
parent 9a19307eee
commit 9ac96840aa
2 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,10 @@ namespace dsp
*/
namespace IIR
{
/** A set of coefficients for use in an Filter object.
@tags{DSP}
*/
template <typename NumericType>
struct ArrayCoefficients
{