mod macro_directive

module macro_directive

Implementation of the rust:macro:: directive

Structs

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

Impls

impl MacroDirective
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 >