Skip to main content

tag_names

Function tag_names 

Source
fn tag_names(tags: &[String]) -> HashSet<&str>
Expand description

Extract the set of tag names from a list of roxygen tag strings.

Each tag string is expected to start with @tagname. Returns a set of the tag names (without the @ prefix).