Interface CBDocGeneratorFactoryType
public interface CBDocGeneratorFactoryType
A factory of documentation generators.
-
Method Summary
Modifier and TypeMethodDescriptioncreateGenerator(CBDocGeneratorConfiguration configuration) Create a new documentation generator based on the given configuration values.
-
Method Details
-
description
CBDocGeneratorDescription description()- Returns:
- The description of the documentation generators
-
createGenerator
Create a new documentation generator based on the given configuration values.- Parameters:
configuration- The configuration values- Returns:
- A documentation generator
-