Added support for C++20 coroutines in class diagrams (#221)
This commit is contained in:
@@ -41,6 +41,7 @@ Main features supported so far include:
|
||||
* Interactive links to online code or docs for classes, methods and class fields in SVG diagrams - [_example_](https://raw.githubusercontent.com/bkryza/clang-uml/master/docs/test_cases/t00002_class.svg)
|
||||
* Support for plain C99/C11 code (struct, units and their relationships) - [_example_](docs/test_cases/t00057.md)
|
||||
* C++20 concept constraints - [_example_](docs/test_cases/t00059.md)
|
||||
* C++20 coroutines - [_example_](docs/test_cases/t00069.md)
|
||||
* **Sequence diagram generation**
|
||||
* Generation of sequence diagram from specific method or function - [_example_](docs/test_cases/t20001.md)
|
||||
* Generation of loop and conditional statements - [_example_](docs/test_cases/t20021.md)
|
||||
|
||||
Reference in New Issue
Block a user