Skip to main content

parse_from_doc_body

Function parse_from_doc_body 

Source
pub fn parse_from_doc_body(body: &str) -> StdlibMetadata
Expand 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.