doc

Macro doc 

macro_rules! doc {
    {
        $(#[$m:meta])*
        $(
            [$doc:expr]
            $(#[$n:meta])*
        )*
        @ $thing:item
    } => { ... };
}
Available on crate feature plot only.
Expand description

Macro for allowing dynamic creation of doc attributes.