Skip to main content

param_names_token

Function param_names_token 

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

Returns the @param name token (e.g. a,b,c in @param a,b,c desc) of a single tag, or None if tag isn’t an @param tag.