Adds support for multiple templates in the log4j-docgen:generate-documentation configuration. In the presence of multiple templates, some templates might decide to not generate content conditionally. To accommodate that use case, add stop() FreeMarker method.
Adds support for multiple templates in the
log4j-docgen:generate-documentation
configuration. In the presence of multiple templates, some templates might decide to not generate content conditionally. To accommodate that use case, addstop()
FreeMarker method.