Interface CBSPIDocGeneratorType
- All Known Implementing Classes:
CBXGenerator
public interface CBSPIDocGeneratorType
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:
CBSPIDocGeneratorException- On errors
-