pub fn parse_from_doc_body(body: &str) -> StdlibMetadataExpand description
Parse all @key: value fields from the body of a canonical
/** ... */ HarnDoc block. The body should be the inner text with
/**, leading *, and */ markers already stripped, one line per
element. Multi-line @example: continuations are joined while
preserving trailing newlines.