Skip to main content

parse

Function parse 

Source
pub fn parse(text: &str) -> PhpDoc
Expand description

Parse a raw doc-comment string into a PhpDoc.

The input may include /** and */ delimiters or be already stripped.