Skip to main content

parse

Function parse 

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

Parse a raw doc-comment string into a PhpDoc.

The input should be the full comment text including /** and */ delimiters. If the delimiters are missing, the text is parsed as-is.