fn param_names_token(tag: &str) -> Option<&str>
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.
@param
a,b,c
@param a,b,c desc
None
tag