macro_rules! doc {
{
$(#[$m:meta])*
$(
[$doc:expr]
$(#[$n:meta])*
)*
@ $thing:item
} => { ... };
}
Expand description
Macro for allowing dynamic creation of doc attributes.
macro_rules! doc {
{
$(#[$m:meta])*
$(
[$doc:expr]
$(#[$n:meta])*
)*
@ $thing:item
} => { ... };
}
Macro for allowing dynamic creation of doc attributes.