Added sequence diagram model cleanup step to remove empty block statements
This commit is contained in:
@@ -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"
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user