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

parent
7e68e06a3a
commit
91363f7aed
@@ -568,10 +568,9 @@ function drawInsideBoundary(diagram, parentBoundaryAlias, parentBounds, currentB
|
||||
/**
|
||||
* Draws a sequenceDiagram in the tag with id: id based on the graph definition in text.
|
||||
*
|
||||
* @param {any} text
|
||||
* @param _text
|
||||
* @param {any} _text
|
||||
* @param {any} id
|
||||
* @param _version
|
||||
* @param {any} _version
|
||||
* @param diagObj
|
||||
*/
|
||||
export const draw = function (_text, id, _version, diagObj) {
|
||||
|
Reference in New Issue
Block a user