From a58c11e0e8a37480d5e614431d843beb088f2575 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Mon, 24 Aug 2020 13:19:48 +0200 Subject: [PATCH] JSDoc round off --- lib/tasks/generateResourcesJson.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/tasks/generateResourcesJson.js b/lib/tasks/generateResourcesJson.js index 1db425e73..399aa524d 100644 --- a/lib/tasks/generateResourcesJson.js +++ b/lib/tasks/generateResourcesJson.js @@ -44,15 +44,19 @@ function getCreatorOptions(projectName) { /** * Task for creating a resources.json file, describing all productive build resources. * + *

* The detailed structure can be found in the documentation: - * https://openui5.hana.ondemand.com/#topic/adcbcf8b50924556ab3f321fcd9353ea + * {@link https://openui5.hana.ondemand.com/#topic/adcbcf8b50924556ab3f321fcd9353ea} + *

* - * Not supported in combination with task: generateStandaloneAppBundle + *

+ * Not supported in combination with task {@link module:@ui5/builder.tasks.generateStandaloneAppBundle}. * Therefore it is also not supported in combination with self-contained build. + *

* * @example sample resources.json - * { - * "_version": "1.1.0", + * { + * "_version": "1.1.0", * "resources": [ * { * "name": "Component-preload.js", @@ -88,8 +92,8 @@ function getCreatorOptions(projectName) { * "dynRequired": true, * "support": true * } - * ] - * } + * ] + * } * * @public * @alias module:@ui5/builder.tasks.generateResourcesJson