1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00

Doxygen documentation fix (wrong parameter name).

This commit is contained in:
Timur Doumler 2015-12-17 18:25:38 +00:00
parent 27047a75f7
commit edefc23738

View file

@ -48,7 +48,7 @@ struct JUCE_API MPEZone
Must be between 1 and 15. Otherwise, the behaviour
is undefined.
@param numChannelsUsed The number of note channels that the new zone
@param numNoteChannels The number of note channels that the new zone
should use. The first note channel will be one higher
than the master channel. The number of note channels
must be at least 1 and no greater than 16 - masterChannel.