pub fn comment(
src_lines: &Vec<String>,
base_indent: usize,
section_level: &mut usize,
line_cursor: &mut LineCursor,
doctree: DocTree,
captures: &Captures<'_>,
pattern_name: &Pattern,
) -> TransitionResultExpand description
A function for parsing reST comments.