*/
@Override
void generateModuleDescription(ModuleTypeInfo moduleTypeInfo) {
ModuleName moduleName = moduleTypeInfo.getModuleName();
CALFeatureMetadata metadata = getMetadata(CALFeatureName.getModuleFeatureName(moduleName), getLocale());
CALDocComment docComment = moduleTypeInfo.getCALDocComment();
/// For a module, just generate its description and supplementary blocks
//
generateStandardDescription(metadata, docComment, inModulesSubdirectoryReferenceGenerator);
generateStandardSupplementaryBlocks(metadata, docComment, inModulesSubdirectoryReferenceGenerator);