BayesNet/.clang-uml

32 lines
694 B
Plaintext
Raw Normal View History

2023-08-24 10:09:35 +00:00
compilation_database_dir: build
output_directory: puml
diagrams:
2023-08-29 16:20:55 +00:00
BayesNet:
2023-08-24 10:09:35 +00:00
type: class
glob:
2023-08-29 16:20:55 +00:00
- src/BayesNet/*.cc
- src/Platform/*.cc
2023-08-24 10:09:35 +00:00
using_namespace: bayesnet
include:
namespaces:
- bayesnet
- platform
plantuml:
after:
2023-08-29 16:20:55 +00:00
- "note left of {{ alias(\"MyProjectMain\") }}: Main class of myproject library."
sequence:
type: sequence
glob:
- src/Platform/main.cc
combine_free_functions_into_file_participants: true
using_namespace:
- std
- bayesnet
- platform
include:
paths:
- src/BayesNet
- src/Platform
start_from:
- function: main(int,const char **)