pub fn node_text(n: &Node) -> String
Build the text string that gets embedded for a node. Format: "{kind} {qualified_name} {signature} {doc_comment}"
"{kind} {qualified_name} {signature} {doc_comment}"