mod macro_directive

module macro_directive

Implementation of the rust:macro directive

Structs and Unions

struct MacroDirective
name: String
options: Vec<DirectiveOption>
content: Vec<String>

Impls

impl MacroDirective
const DIRECTIVE_NAME: &'static str
fn from_item(parent_path: &str, item: &ItemMacro) -> Option<Directive>
impl MdDirective for MacroDirective
fn get_md_text(self, fence_size: usize, max_visibility: &DirectiveVisibility) -> Vec<String>
impl RstDirective for MacroDirective
fn get_rst_text(self, level: usize, max_visibility: &DirectiveVisibility) -> Vec<String>