mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +02:00
Fixed outdated doc strings
This commit fixes some outdated docstrings, replacing the description and @params where necessary.
This commit is contained in:
@@ -333,10 +333,9 @@ const _drawLongText = (_text, x, y, g) => {
|
||||
};
|
||||
|
||||
/**
|
||||
* Draws an actor in the diagram with the attaced line
|
||||
* @param center - The center of the the actor
|
||||
* @param pos The position if the actor in the liost of actors
|
||||
* @param description The text in the box
|
||||
* Draws a note to the diagram
|
||||
* @param text - The text of the given note.
|
||||
* @param g - The element the note is attached to.
|
||||
*/
|
||||
|
||||
export const drawNote = (text, g) => {
|
||||
|
Reference in New Issue
Block a user