Function doxygen_rs::transform

source ·
pub fn transform(value: &str) -> String
Expand description

This function transforms the Doxygen of a single element (function, struct, etc.)

Panics

This function will panic if any error from generator::rustdoc is returned.