pub(crate) fn find_param_tag<'a>(
tags: &'a [String],
name: &str,
) -> Option<&'a String>Expand description
Like param_documented but returns the matching tag itself rather than
a bool, for callers that reuse the tag’s rendered text verbatim (S7
constructor param doc forwarding pushes the found tag as-is).