diff --git a/src/wrapper/clap/features.rs b/src/wrapper/clap/features.rs index 2c40af10..f88d2d30 100644 --- a/src/wrapper/clap/features.rs +++ b/src/wrapper/clap/features.rs @@ -41,7 +41,8 @@ pub enum ClapFeature { Stereo, Surround, Ambisonic, - /// A non-predefined feature. Hosts may display this among its plugin categories. + /// A non-predefined feature. Hosts may display this among its plugin categories. Custom + /// features _must_ be prefixed by a namespace in the format `namespace:feature_name`. Custom(&'static str), }