pub fn normalize_doc_string(s: &str) -> Option<String>
Expand description

Removes leading indentation and trailing whitespace from a string, returning None if the string is empty.