Package org.l2x6.cq.maven.doc.processor
Class SectionIdPostProcessor
java.lang.Object
org.l2x6.cq.maven.doc.processor.SectionIdPostProcessor
- All Implemented Interfaces:
DocumentationPostProcessor
DocumentationPostProcessor transform AsciiDoc headings to add ID blocks.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(AsciiDocFile file) Performs some custom processing on the AsciiDoc file content.
-
Constructor Details
-
SectionIdPostProcessor
public SectionIdPostProcessor()
-
-
Method Details
-
process
Description copied from interface:DocumentationPostProcessorPerforms some custom processing on the AsciiDoc file content.- Specified by:
processin interfaceDocumentationPostProcessor- Parameters:
file- TheAsciiDocFileto process
-