Added 'to' sequence diagram generator for plantuml and json

This commit is contained in:
Bartek Kryza
2023-08-30 23:04:34 +02:00
parent 4bce1888bf
commit c472792ed8
14 changed files with 264 additions and 38 deletions

14
tests/t20036/.clang-uml Normal file
View File

@@ -0,0 +1,14 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20036_sequence:
type: sequence
glob:
- ../../tests/t20036/t20036.cc
include:
namespaces:
- clanguml::t20036
using_namespace:
- clanguml::t20036
to:
- function: "clanguml::t20036::A::a2()"