Simplified test cases configs
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
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
|
||||
- t20014.cc
|
||||
- t20014_c.cc
|
||||
- t20014_b.cc
|
||||
- t20014_a.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20014
|
||||
using_namespace:
|
||||
- clanguml::t20014
|
||||
using_namespace: clanguml::t20014
|
||||
from:
|
||||
- function: "clanguml::t20014::tmain()"
|
||||
Reference in New Issue
Block a user