mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 20:09:46 +02:00
fix JSDOC @param, @returns; fixed a few minor typos in comments
This commit is contained in:

parent
7e68e06a3a
commit
91363f7aed
@@ -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) {
|
||||
|
Reference in New Issue
Block a user