pub fn render_csharp_xml_sections(
sections: &RustdocSections,
exception_class: &str,
) -> StringExpand description
Render RustdocSections as a C# XML doc comment body (without the
/// line prefixes — the emitter adds those).
- summary →
<summary>...</summary> - args →
<param name="x">desc</param>(one per arg) - returns →
<returns>desc</returns> - errors →
<exception cref="KreuzbergException">desc</exception> - example →
<example><code language="csharp">...</code></example>