Sections should only be generated when there is content within them by default. An option should still exist for force generation of sections regardless.
For example, an empty section in the example below should not be generated.
document Sample {
Section 'Empty section' {
}
}
Example use of -Force to force the generation of an empty section.
document Sample {
Section 'Empty section' -Force {
}
}
Sections should only be generated when there is content within them by default. An option should still exist for force generation of sections regardless.
For example, an empty section in the example below should not be generated.
document Sample { Section 'Empty section' { } }Example use of
-Forceto force the generation of an empty section.document Sample { Section 'Empty section' -Force { } }