You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ YAML configuration files. The main idea behind the
7
7
project is to easily maintain up-to-date diagrams within a code-base or document
8
8
legacy code. The configuration file or files for `clang-uml` define the
9
9
types and contents of each generated diagram.
10
-
The diagrams can be generated in [PlantUML](https://plantuml.com) and JSON formats.
10
+
The diagrams can be generated in [PlantUML](https://plantuml.com),
11
+
[MermaidJS](https://mermaid.js.org/) and JSON formats.
11
12
12
13
Example sequence diagram generated using `clang-uml` from [this code](https://github.com/bkryza/clang-uml/blob/master/tests/t20029/t20029.cc):
0 commit comments