Updated README

This commit is contained in:
Bartek Kryza
2021-08-03 23:54:29 +02:00
parent 1f2d8e2433
commit 406bcde2b5

View File

@@ -163,6 +163,17 @@ The following decorators are currently supported:
- [aggregation](docs/test_cases/t00030.md) - document the property as aggregation
- [style](docs/test_cases/t00031.md) - add PlantUML style to a C++ entity
##### Doxygen integration
`clang-uml` can be omitted completed in ![Doxygen](https://www.doxygen.nl/index.html), by adding the following
lines to the Doxygen config file:
```
ALIASES += clanguml=""
ALIASES += clanguml{1}=""
ALIASES += clanguml{2}=""
ALIASES += clanguml{3}=""
```
### Sequence diagrams
#### Example