Class CBXGenerator
java.lang.Object
com.io7m.cedarbridge.bridgedoc.xhtml.internal.CBXGenerator
- All Implemented Interfaces:
CBSPIDocGeneratorType
An XHTML generator.
-
Constructor Summary
ConstructorsConstructorDescriptionCBXGenerator(CBSPIDocGeneratorConfiguration inConfiguration) An XHTML generator. -
Method Summary
Modifier and TypeMethodDescriptionexecute(CBPackageType pack) Execute documentation generation for the given package.
-
Constructor Details
-
CBXGenerator
An XHTML generator.- Parameters:
inConfiguration- The configuration
-
-
Method Details
-
execute
Description copied from interface:CBSPIDocGeneratorTypeExecute documentation generation for the given package.- Specified by:
executein interfaceCBSPIDocGeneratorType- Parameters:
pack- The package- Returns:
- The result of generation
- Throws:
CBSPIDocGeneratorException- On errors
-