Skip to main content

find_docblock

Function find_docblock 

Source
pub fn find_docblock(
    source: &str,
    stmts: &[Stmt<'_, '_>],
    word: &str,
) -> Option<Docblock>
Expand description

Walk an AST and return the parsed docblock for the declaration named word.