Added initial support for include graph diagrams

This commit is contained in:
Bartek Kryza
2022-04-10 13:32:59 +02:00
parent 46e8885c41
commit ac624c9247
23 changed files with 378 additions and 61 deletions

View File

@@ -27,7 +27,9 @@ Main features supported so far include:
* **Package diagram generation**
* Generation of package diagram based on C++ namespaces
* Interactive links to online code to packages
* **Include graph diagram generation**
* Show include graph for selected files
To see what `clang-uml` can do so far, checkout the diagrams generated for unit test cases [here](./docs/test_cases.md).
## Installation