1
0
Fork 0

Mention multiple plugins in nih_export_clap()

This commit is contained in:
Robbert van der Helm 2023-08-05 19:38:47 +02:00
parent 252ab3c5be
commit 07a310f778

View file

@ -16,7 +16,7 @@ pub use clap_sys::plugin::{clap_plugin, clap_plugin_descriptor};
pub use clap_sys::version::CLAP_VERSION; pub use clap_sys::version::CLAP_VERSION;
pub use lazy_static::lazy_static; pub use lazy_static::lazy_static;
/// Export a CLAP plugin from this library using the provided plugin type. /// Export one or more CLAP plugins from this library using the provided plugin types.
#[macro_export] #[macro_export]
macro_rules! nih_export_clap { macro_rules! nih_export_clap {
($($plugin_ty:ty),+) => { ($($plugin_ty:ty),+) => {