Interface CBDocGeneratorType
public interface CBDocGeneratorType
A documentation generator.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(CBPackageType pack) Execute documentation generation for the given package.
-
Method Details
-
execute
Execute documentation generation for the given package.- Parameters:
pack- The package- Returns:
- The result of generation
- Throws:
CBDocGeneratorException- On errors
-