pub fn parse_docblock(raw: &str) -> DocblockExpand 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.