Added 'title' diagram property

This commit is contained in:
Bartek Kryza
2023-10-09 13:53:14 +02:00
parent 03bd5ada31
commit 8a6b497cc9
52 changed files with 173 additions and 66 deletions

View File

@@ -1,4 +1,5 @@
type: sequence
title: PlantUML diagram generator sequence diagram
glob:
- src/class_diagram/generators/plantuml/*.cc
include:
@@ -6,8 +7,5 @@ include:
- clanguml
using_namespace:
- clanguml::class_diagram::generators::plantuml
plantuml:
before:
- 'title clang-uml clanguml::class_diagram::generators::plantuml::generator sequence diagram'
from:
- function: "clanguml::common::generators::plantuml::generator<clanguml::config::class_diagram,clanguml::class_diagram::model::diagram>::generate(std::ostream &) const"

View File

@@ -1,4 +1,5 @@
type: sequence
title: CLI options handling sequence diagram
combine_free_functions_into_file_participants: true
generate_method_arguments: none
debug_mode: true

View File

@@ -1,4 +1,5 @@
type: sequence
title: Common sequence diagram generator sequence diagram
combine_free_functions_into_file_participants: true
generate_method_arguments: none
glob:

View File

@@ -1,4 +1,5 @@
type: sequence
title: Configuration file loading sequence diagram
combine_free_functions_into_file_participants: true
generate_method_arguments: none
glob:

View File

@@ -1,4 +1,5 @@
type: sequence
title: main() function sequence diagram
# Group free functions into one participant per file
combine_free_functions_into_file_participants: true
# Do not generate method or function arguments
@@ -19,9 +20,6 @@ exclude:
- src/util/util.h
using_namespace:
- clanguml
plantuml:
before:
- 'title clang-uml main function sequence diagram'
# Use clang-uml main function as entry point for this diagram
from:
- function: main(int,const char **)

View File

@@ -1,4 +1,5 @@
type: sequence
title: Sequence diagram AST visitor sequence diagram
# Group free functions into one participant per file
combine_free_functions_into_file_participants: true
# Do not generate method or function arguments
@@ -21,8 +22,5 @@ exclude:
- src/common/model/source_location.h
using_namespace:
- clanguml
plantuml:
before:
- 'title clang-uml sequence_diagram::visitor::translation_unit_visitor::VisitCXXRecordDecl sequence diagram'
from:
- function: "clanguml::sequence_diagram::visitor::translation_unit_visitor::VisitCXXRecordDecl(clang::CXXRecordDecl *)"

View File

@@ -1,4 +1,5 @@
type: sequence
title: Diagram element template builder sequence diagram
combine_free_functions_into_file_participants: true
generate_method_arguments: none
glob:
@@ -14,8 +15,5 @@ exclude:
- src/common/model/source_location.h
using_namespace:
- clanguml
plantuml:
before:
- 'title clang-uml class_diagram::visitor::template_builder::build sequence diagram'
from:
- function: "clanguml::class_diagram::visitor::template_builder::build(const clang::NamedDecl *,const clang::TemplateSpecializationType &,std::optional<class_diagram::model::class_ *>)"