You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says: the sound library maintains argument signatures for some methods in its codebase only for backwards compatibility, however they should best be omitted from the online reference, since they would only confuse new users. These methods are already marked as @deprecated in the codebase, so it would be great if the doclet generation could check for such annotations and omit them from the json output.