Skip to main content

parse_docblock

Function parse_docblock 

Source
pub fn parse_docblock(raw: &str) -> Docblock
Expand description

Parse a raw docblock string (the full /** ... */ text, or just the inner content — either form is handled).

Delegates to mir_analyzer::DocblockParser for type resolution and php_rs_parser::phpdoc for description fields.