Interface CBDocGeneratorFactoryType


public interface CBDocGeneratorFactoryType
A factory of documentation generators.
  • Method Details

    • description

      Returns:
      The description of the documentation generators
    • createGenerator

      CBDocGeneratorType createGenerator(CBDocGeneratorConfiguration configuration)
      Create a new documentation generator based on the given configuration values.
      Parameters:
      configuration - The configuration values
      Returns:
      A documentation generator