Macro plotters::doc

source ·
macro_rules! doc {
    {
        $(#[$m:meta])*
        $(
            [$doc:expr]
            $(#[$n:meta])*
        )*
        @ $thing:item
    } => { ... };
}
Expand description

Macro for allowing dynamic creation of doc attributes.