Document that custom features must be namespaced
This commit is contained in:
parent
82b7426689
commit
7c732e594c
|
@ -41,7 +41,8 @@ pub enum ClapFeature {
|
||||||
Stereo,
|
Stereo,
|
||||||
Surround,
|
Surround,
|
||||||
Ambisonic,
|
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),
|
Custom(&'static str),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue