Package org.l2x6.cq.maven.doc.processor
Interface DocumentationPostProcessor
- All Known Implementing Classes:
AppendNewLinePostProcessor,SectionIdPostProcessor
public interface DocumentationPostProcessor
Abstraction for defining logic to modify AsciiDoc file content after it has been loaded.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(AsciiDocFile file) Performs some custom processing on the AsciiDoc file content.
-
Method Details
-
process
Performs some custom processing on the AsciiDoc file content.- Parameters:
file- TheAsciiDocFileto process
-