Changed default config file name to .clang-uml
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
compilation_database_dir: ..
|
||||
output_directory: puml
|
||||
diagrams:
|
||||
t00020_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00020/t00020.cc
|
||||
using_namespace:
|
||||
- clanguml::t00020
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t00020
|
||||
plantuml:
|
||||
after:
|
||||
- '@A(ProductA1) <.. @A(Factory1)'
|
||||
- '@A(ProductB1) <.. @A(Factory1)'
|
||||
- '@A(ProductA2) <.. @A(Factory2)'
|
||||
- '@A(ProductB2) <.. @A(Factory2)'
|
||||
Reference in New Issue
Block a user