Skip to content

Commit

Permalink
JSDoc round off
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Aug 24, 2020
1 parent 01a5634 commit a58c11e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions lib/tasks/generateResourcesJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,19 @@ function getCreatorOptions(projectName) {
/**
* Task for creating a resources.json file, describing all productive build resources.
*
* <p>
* The detailed structure can be found in the documentation:
* https://openui5.hana.ondemand.com/#topic/adcbcf8b50924556ab3f321fcd9353ea
* {@link https://openui5.hana.ondemand.com/#topic/adcbcf8b50924556ab3f321fcd9353ea}
* </p>
*
* Not supported in combination with task: generateStandaloneAppBundle
* <p>
* Not supported in combination with task {@link module:@ui5/builder.tasks.generateStandaloneAppBundle}.
* Therefore it is also not supported in combination with self-contained build.
* </p>
*
* @example <caption>sample resources.json</caption>
* {
* "_version": "1.1.0",
* {
* "_version": "1.1.0",
* "resources": [
* {
* "name": "Component-preload.js",
Expand Down Expand Up @@ -88,8 +92,8 @@ function getCreatorOptions(projectName) {
* "dynRequired": true,
* "support": true
* }
* ]
* }
* ]
* }
*
* @public
* @alias module:@ui5/builder.tasks.generateResourcesJson
Expand Down

0 comments on commit a58c11e

Please sign in to comment.