Skip to content

@ui5/builder/processors/jsdoc/jsdocGenerator

Methods

(static) default(parameters) → {Promise<Array<@ui5/fs/Resource>>}

Description: JSDoc generator

Source: builder/lib/processors/jsdoc/jsdocGenerator.js, line 14

Parameters:
NameTypeDescription
parametersobjectParameters
Properties:
NameTypeDescription
sourcePathstringPath of the source files to be processed
targetPathstringPath to write any output files
tmpPathstringPath to write temporary and debug files
optionsobjectOptions
Properties
NameTypeAttributesDefaultDescription
projectNamestringProject name
namespacestringNamespace to build (e.g. some/project/name)
versionstringProject version
variantsArrayoptional["apijson"]JSDoc variants to be built
Returns:

Promise resolving with newly created resources

Type: Promise<Array<@ui5/fs/Resource>>