Updated clang-uml diagrams configs
This commit is contained in:
@@ -9,5 +9,5 @@ using_namespace:
|
||||
plantuml:
|
||||
before:
|
||||
- 'title clang-uml clanguml::class_diagram::generators::plantuml::generator sequence diagram'
|
||||
start_from:
|
||||
from:
|
||||
- function: "clanguml::common::generators::plantuml::generator<clanguml::config::class_diagram,clanguml::class_diagram::model::diagram>::generate(std::ostream &) const"
|
||||
@@ -19,5 +19,5 @@ exclude:
|
||||
- operator
|
||||
using_namespace:
|
||||
- clanguml
|
||||
start_from:
|
||||
from:
|
||||
- function: "clanguml::cli::cli_handler::handle_options(int,const char **)"
|
||||
@@ -11,5 +11,5 @@ include:
|
||||
exclude:
|
||||
paths:
|
||||
- src/common/model/source_location.h
|
||||
start_from:
|
||||
from:
|
||||
- function: "clanguml::common::generators::generate_diagram(const std::string &,const std::string &,std::shared_ptr<clanguml::config::diagram>,const common::compilation_database &,const std::vector<std::string> &,const cli::runtime_config &,std::function<void ()> &&)"
|
||||
@@ -15,5 +15,5 @@ exclude:
|
||||
- src/util/util.h
|
||||
using_namespace:
|
||||
- clanguml
|
||||
start_from:
|
||||
from:
|
||||
- function: "clanguml::config::load(const std::string &,std::optional<bool>,std::optional<bool>,bool)"
|
||||
@@ -23,5 +23,5 @@ plantuml:
|
||||
before:
|
||||
- 'title clang-uml main function sequence diagram'
|
||||
# Use clang-uml main function as entry point for this diagram
|
||||
start_from:
|
||||
from:
|
||||
- function: main(int,const char **)
|
||||
@@ -24,5 +24,5 @@ using_namespace:
|
||||
plantuml:
|
||||
before:
|
||||
- 'title clang-uml sequence_diagram::visitor::translation_unit_visitor::VisitCXXRecordDecl sequence diagram'
|
||||
start_from:
|
||||
from:
|
||||
- function: "clanguml::sequence_diagram::visitor::translation_unit_visitor::VisitCXXRecordDecl(clang::CXXRecordDecl *)"
|
||||
|
||||
@@ -17,5 +17,5 @@ using_namespace:
|
||||
plantuml:
|
||||
before:
|
||||
- 'title clang-uml class_diagram::visitor::template_builder::build sequence diagram'
|
||||
start_from:
|
||||
from:
|
||||
- function: "clanguml::class_diagram::visitor::template_builder::build(const clang::NamedDecl *,const clang::TemplateSpecializationType &,std::optional<class_diagram::model::class_ *>)"
|
||||
|
||||
Reference in New Issue
Block a user