Added sequence diagram model cleanup step to remove empty block statements

This commit is contained in:
Bartek Kryza
2023-07-02 17:56:15 +02:00
parent 9ada158828
commit ed88fcd39d
15 changed files with 160 additions and 46 deletions

View File

@@ -10,4 +10,4 @@ plantuml:
before:
- 'title clang-uml clanguml::class_diagram::generators::plantuml::generator sequence diagram'
start_from:
- function: "clanguml::class_diagram::generators::plantuml::generator::generate(std::ostream &)"
- function: "clanguml::class_diagram::generators::plantuml::generator::generate(std::ostream &) const"

View File

@@ -1,6 +1,7 @@
type: sequence
combine_free_functions_into_file_participants: true
generate_method_arguments: none
debug_mode: true
glob:
- src/cli/cli_handler.cc
- src/config/config.cc
@@ -14,6 +15,8 @@ exclude:
- r: "clanguml::config::option.*"
paths:
- src/util/util.h
callee_types:
- operator
using_namespace:
- clanguml
start_from:

View File

@@ -7,12 +7,8 @@ using_namespace:
- clanguml
include:
namespaces:
- clang
- clanguml::common::generators
exclude:
namespaces:
- clanguml::model::tvl
- clanguml::decorators
paths:
- src/common/model/source_location.h
start_from: