fn roxygen_tag_name(tag: &str) -> Option<&str>
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.
@
None