pub fn parse_comment(input: &str) -> Vec<Value>
Expand description

Generate a Vec of Value from a given &str

Examples

use doxygen_rs::parser::parse_comment;

let parsed = parse_comment("@brief Random function");