pub fn docs_for_symbol(
name: &str,
all_docs: &[(Url, Arc<ParsedDoc>)],
) -> Option<String>Expand description
Look up markdown documentation for a symbol by name across all indexed documents.
Returns a markdown string with a code fence signature and optional PHPDoc annotations,
or None if the symbol is not found.