pub fn build_section(
section_type: SectionType,
start_line: usize,
end_line: usize,
content: &[String],
inline_options: InlineOptions,
attributes: Vec<GctfAttribute>,
) -> Result<Section>Expand description
Build a section from parsed content.