pub fn parse_comment(input: &str) -> Vec<Value>
Generate a Vec of Value from a given &str
Vec
Value
&str
use doxygen_rs::parser::parse_comment; let parsed = parse_comment("@brief Random function");