@ui5/builder/tasks/jsdoc/executeJsdocSdkTransformation
Methods
(static) default(parameters) → {Promise<undefined>}
Description: Task to transform the api.json file as created by the generateJsdoc task into a pre-processed api.json file suitable for the SDK.
Source: builder/lib/tasks/jsdoc/executeJsdocSdkTransformation.js, line 12
Parameters:
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | object | Parameters Properties:
|
Returns:
Promise resolving with undefined once data has been written
Type: Promise<undefined>

