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:
parent
9a19307eee
commit
9ac96840aa
2 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ namespace juce
|
|||
*/
|
||||
struct ExtensionsVisitor
|
||||
{
|
||||
/** Indicates that there is no platform specific information available. */
|
||||
struct Unknown {};
|
||||
|
||||
/** Can be used to retrieve information about a VST3 that is wrapped by an AudioProcessor. */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue