fix JSDOC @param, @returns; fixed a few minor typos in comments

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github)
2022-09-05 19:45:33 -07:00
parent 7e68e06a3a
commit 91363f7aed
11 changed files with 17 additions and 43 deletions

View File

@@ -22,7 +22,6 @@ function drawNodes(svg, mindmap, section, conf) {
}
/**
* @param {any} svg The svg element to draw the diagram onto
* @param edgesElem
* @param mindmap
* @param parent
@@ -149,8 +148,6 @@ const mergeTrees = (node, trees) => {
/**
* @param node
* @param isRoot
* @param parent
* @param conf
*/
function layoutMindmap(node, conf) {
@@ -201,7 +198,6 @@ function layoutMindmap(node, conf) {
}
/**
* @param node
* @param isRoot
* @param conf
*/
function positionNodes(node, conf) {