Skip to content

Commit 36fe15b

Browse files
committed
[INTERNAL][WIP] VersionInfo: with manifest infos
adjusted jsdoc of libraryInfos
1 parent d2e32e8 commit 36fe15b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/processors/versionInfoGenerator.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,14 @@ const processLibraryInfo = async (libraryInfo, dependencyInfoMap, embeddedInfoMa
234234
* @param {string} parameters.options.rootProjectName Name of the root project
235235
* @param {string} parameters.options.rootProjectVersion Version of the root project
236236
* @param {LibraryInfo[]} parameters.options.libraryInfos Array of objects representing libraries,
237-
* e.g. <code>{name: "library.xy", version: "1.0.0", manifests: module:@ui5/fs.Resource[]}</code>
237+
* e.g. <code>
238+
* {
239+
* name: "library.xy",
240+
* version: "1.0.0",
241+
* mainManifest: module:@ui5/fs.Resource,
242+
* manifestResources: module:@ui5/fs.Resource[]
243+
* }
244+
* </code>
238245
* @returns {Promise<module:@ui5/fs.Resource[]>} Promise resolving with an array containing the versioninfo resource
239246
*/
240247

0 commit comments

Comments
 (0)