pub fn parse_doccomments(
    comments: &[Comment],
    start: usize,
    end: usize
) -> Vec<DocComment>
Expand description

From the start to end offset, filter all the doc comments out of the comments and parse them into tags with values.