Fixed path filtering

This commit is contained in:
Bartek Kryza
2022-12-18 17:11:14 +01:00
parent 43c3e32597
commit 5255fd1785
15 changed files with 139 additions and 57 deletions

View File

@@ -0,0 +1,30 @@
type: sequence
combine_free_functions_into_file_participants: true
generate_method_arguments: none
glob:
- src/main.cc
include:
paths:
- src
exclude:
namespaces:
- std
- fmt
- spdlog
- clang
- llvm
- nlohmann
- CLI
- __gnu_cxx
- inja
elements:
- clanguml::config::option<std::string>
paths:
- src/util/util.h
using_namespace:
- clanguml
plantuml:
before:
- 'title clang-uml main function sequence diagram'
start_from:
- function: main(int,const char **)