@ui5/builder/tasks/jsdoc/generateApiIndex
Methods
(static) default(parameters) → {Promise<undefined>}
Description: Compiles an api-index.json resource from all available api.json resources as created by the executeJsdocSdkTransformation task. The resulting api-index.json resource is mainly to be used in the SDK.
Source: builder/lib/tasks/jsdoc/generateApiIndex.js, line 10
Parameters:
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | object | Parameters Properties:
|
Returns:
Promise resolving with undefined once data has been written
Type: Promise<undefined>

