Skip to content

Commit a002fd3

Browse files
authored
[INTERNAL] Add missing JSDoc module info to enhanceManifest task (#1154)
1 parent a713376 commit a002fd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/tasks/enhanceManifest.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import manifestEnhancer from "../processors/manifestEnhancer.js";
22
import fsInterface from "@ui5/fs/fsInterface";
33

44
/* eslint "jsdoc/check-param-names": ["error", {"disableExtraPropertyReporting":true}] */
5+
/**
6+
* @public
7+
* @module @ui5/builder/tasks/enhanceManifest
8+
*/
59
/**
610
* Task for transforming the manifest.json file.
711
* Adds missing information based on the available project resources,

0 commit comments

Comments
 (0)