Changed default config file name to .clang-uml

This commit is contained in:
Bartek Kryza
2021-07-25 23:01:08 +02:00
parent 7d43075677
commit 734b82eb09
33 changed files with 6 additions and 426 deletions

View File

@@ -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)'