pub fn generate_aggregated_content(
section_style: SectionStyle,
projects: &[ProjectOwners],
header: Option<&str>,
) -> StringExpand description
Generate aggregated CODEOWNERS content from multiple projects.
This is the core aggregation logic used by all providers. Each provider specifies their section style for formatting.