mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
fix(docs): build the docs
This commit is contained in:
@@ -238,10 +238,6 @@ Square : +setMessages(List~string~ messages)
|
|||||||
Square : +getMessages() List~string~
|
Square : +getMessages() List~string~
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Return Type
|
|
||||||
|
|
||||||
Optionally you can end the method/function definition with the data type that will be returned.
|
|
||||||
|
|
||||||
#### Visibility
|
#### Visibility
|
||||||
|
|
||||||
To describe the visibility (or encapsulation) of an attribute or method/function that is a part of a class (i.e. a class member), optional notation may be placed before that members' name:
|
To describe the visibility (or encapsulation) of an attribute or method/function that is a part of a class (i.e. a class member), optional notation may be placed before that members' name:
|
||||||
|
Reference in New Issue
Block a user