fn extract_param_names_from_doc(doc: &str) -> Vec<String>
Extract parameter names from a doc string’s @param name ... lines.
@param name ...