diff --git a/src/param/enums.rs b/src/param/enums.rs index b3b7db4a..106a4513 100644 --- a/src/param/enums.rs +++ b/src/param/enums.rs @@ -17,7 +17,7 @@ pub use nih_plug_derive::Enum; /// If you want to override this, for instance, because it needs to contain spaces, then yo ucan use /// the `$[name = "..."]` attribute: /// -/// ``` +/// ```ignore /// #[derive(Enum)] /// enum Foo { /// Bar,