Methods
(static) default(parameters) → {Promise.<undefined>}
- Description:
- Task to execute a JSDoc build for UI5 projects
- Source:
Parameters:
Name |
Type |
Description |
parameters |
object
|
Parameters
Properties
|
Returns:
Promise resolving with undefined
once data has been written
-
Type
-
Promise.<undefined>
Type Definitions
GenerateJsdocOptions
- Source:
Properties:
Name |
Type |
Description |
pattern |
string
|
Array.<string>
|
Pattern to locate the files to be processed |
projectName |
string
|
Project name |
namespace |
string
|
Namespace to build (e.g. some/project/name ) |
version |
string
|
Project version |
Type: