generated from amolgawai/modern-cpp-cmake-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-uml
55 lines (55 loc) · 1.02 KB
/
.clang-uml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
compilation_database_dir: ./build
output_directory: docs/diagrams
generate_packages: true
diagrams:
class_diagram:
type: class
generate_packages: true
glob:
- src/*.cpp
- src/*/*.cpp
using_namespace:
- cpp_practice
exclude:
namespaces:
- fmt
- std
- cxxopts
sequence:
type: sequence
glob:
- src/*.cpp
combine_free_functions_into_file_participants: true
inline_lambda_messages: false
generate_message_comments: false
fold_repeated_activities: false
generate_condition_statements: false
include:
paths:
- src
exclude:
namespaces:
- std
- fmt
- cxxopts
start_from:
- function: main(int,const char **)
packages:
type: package
glob:
- src/*.cpp
exclude:
namespaces:
- std
- fmt
- cxxopts
- doctest
includes:
type: include
glob:
- src/*.cpp
- src/*/*.cpp
relative_to: .
include:
paths:
- src