Added support for C++20 module based packages in class diagrams (#101)
This commit is contained in:
12
tests/test_config_data/using_module.yml
Normal file
12
tests/test_config_data/using_module.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
diagrams:
|
||||
class1:
|
||||
type: class
|
||||
glob:
|
||||
- test.cc
|
||||
using_module: mod1.mod2
|
||||
class2:
|
||||
type: class
|
||||
relative_to: .
|
||||
glob:
|
||||
- test.cc
|
||||
using_module: mod1
|
||||
Reference in New Issue
Block a user