Changed default config file name to .clang-uml

This commit is contained in:
Bartek Kryza
2021-07-25 23:02:18 +02:00
parent 734b82eb09
commit e7f9674433
29 changed files with 420 additions and 0 deletions

22
tests/t20001/.clang-uml Normal file
View File

@@ -0,0 +1,22 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20001_sequence:
type: sequence
glob:
- ../../tests/t20001/t20001.cc
include:
namespaces:
- clanguml::t20001
exclude:
namespaces:
- clanguml::t20001::detail
using_namespace:
- clanguml::t20001
start_from:
- usr: "c:@N@clanguml@N@t20001@F@tmain#"
plantuml:
before:
- "' t20001 test sequence diagram"
after:
- 'note over "tmain()": Main test function'