Updated docs

This commit is contained in:
Bartek Kryza
2023-03-25 20:41:00 +01:00
parent 3b75da062e
commit 9e7c290685
6 changed files with 35 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ To add an initial class diagram to your project, follow these steps:
- another_diagram [sequence]
- some_class_diagram [class]
```
7. Generate only the new diagram:
7. Generate only the new diagram in JSON format:
```bash
clang-uml -n another_diagram
clang-uml -n another_diagram -g json
```