pub fn render_yard_sections(sections: &RustdocSections) -> StringExpand description
Render RustdocSections as YARD documentation comment body.
# Arguments→@param name desc(one per arg)# Returns→@return desc# Errors→@raise desc# Example→@exampleblock.
Output is a plain string with \n separators; the emitter wraps each line
in # itself.