Package org.l2x6.cq.maven.doc.processor
Class SectionIdPostProcessor
- java.lang.Object
-
- org.l2x6.cq.maven.doc.processor.SectionIdPostProcessor
-
- All Implemented Interfaces:
DocumentationPostProcessor
public class SectionIdPostProcessor extends Object implements DocumentationPostProcessor
DocumentationPostProcessortransform AsciiDoc headings to add ID blocks.
-
-
Constructor Summary
Constructors Constructor Description SectionIdPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(AsciiDocFile file)Performs some custom processing on the AsciiDoc file content.
-
-
-
Method Detail
-
process
public void process(AsciiDocFile file)
Description copied from interface:DocumentationPostProcessorPerforms some custom processing on the AsciiDoc file content.- Specified by:
processin interfaceDocumentationPostProcessor- Parameters:
file- TheAsciiDocFileto process
-
-