Skip to main content

roxygen_tag_name

Function roxygen_tag_name 

Source
fn roxygen_tag_name(tag: &str) -> Option<&str>
Expand description

Extract the tag name from a roxygen line (everything between @ and the first whitespace character). Returns None for lines that don’t start with a tag.