Updated clang-uml diagrams

This commit is contained in:
Bartek Kryza
2024-03-06 17:53:29 +01:00
parent fdea7f5852
commit b8a649ff93
11 changed files with 72 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
type: sequence
title: Common sequence diagram generator sequence diagram
title: PlantUML sequence diagram generator sequence diagram
combine_free_functions_into_file_participants: true
generate_method_arguments: none
generate_condition_statements: true
generate_message_comments: true
glob:
- src/common/generators/generators.cc
using_namespace:
@@ -10,6 +12,12 @@ include:
namespaces:
- clanguml::common::generators
exclude:
elements:
- r: ".*json.*"
- r: ".*mermaid.*"
- r: ".*class_diagram.*"
- r: ".*package_diagram.*"
- r: ".*include_diagram.*"
paths:
- src/common/model/source_location.h
from: