Added variadic class template sequence diagram test case

This commit is contained in:
Bartek Kryza
2022-11-27 14:24:12 +01:00
parent e586c9d062
commit b36355352d
6 changed files with 95 additions and 32 deletions

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

@@ -0,0 +1,14 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20007_sequence:
type: sequence
glob:
- ../../tests/t20007/t20007.cc
include:
namespaces:
- clanguml::t20007
using_namespace:
- clanguml::t20007
start_from:
- function: "clanguml::t20007::tmain()"