Added test case for sequence diagram with multiple translation units
This commit is contained in:
17
tests/t20014/.clang-uml
Normal file
17
tests/t20014/.clang-uml
Normal file
@@ -0,0 +1,17 @@
|
||||
compilation_database_dir: ..
|
||||
output_directory: puml
|
||||
diagrams:
|
||||
t20014_sequence:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t20014/t20014.cc
|
||||
- ../../tests/t20014/t20014_c.cc
|
||||
- ../../tests/t20014/t20014_b.cc
|
||||
- ../../tests/t20014/t20014_a.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20014
|
||||
using_namespace:
|
||||
- clanguml::t20014
|
||||
start_from:
|
||||
- function: "clanguml::t20014::tmain()"
|
||||
Reference in New Issue
Block a user