purpose_from_lines

Function purpose_from_lines 

Source
fn purpose_from_lines(
    lines: &[String],
    prefixes: Option<&[String]>,
) -> Option<String>
Expand description

Extract a normalized purpose from comment lines.