Skip to content

Commit

Permalink
Fix jsdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 25, 2021
1 parent b24046a commit d726faa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ module.exports = {

/**
* Converts passed JDL relationships to JSON content.
* @param {Array<JDLRelationship>} jdlRelationships - the relationships to convert.
* @param {Array<String>} entityNames - all the entities' names.
* @param {Object} conversionOptions - Convert options.
* @param {Array<JDLRelationship>} jdlRelationships - the relationships to convert
* @param {Array<String>} entityNames - all the entities' names
* @param {Object} conversionOptions - the conversion options
* @param {Boolean} [conversionOptions.unilateralRelationships] - Whether to generate unilateral relationships
* @return {Map<String, Array<Object>>} a map having for keys entity names and for values arrays of JSON relationships.
*/
Expand Down

0 comments on commit d726faa

Please sign in to comment.