diff --git a/Makefile b/Makefile index 87ccba7f..1a8f4c7e 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ document_test_cases: test_plantuml clanguml_diagrams: debug mkdir -p docs/diagrams - debug/src/clang-uml -g plantuml -g json + debug/src/clang-uml -g plantuml -g json -p plantuml -tsvg -nometadata docs/diagrams/*.puml python3 util/format_svg.py docs/diagrams/*.svg diff --git a/uml/sequence/load_config_sequence.yml b/uml/sequence/load_config_sequence.yml index a956579e..069fab7e 100644 --- a/uml/sequence/load_config_sequence.yml +++ b/uml/sequence/load_config_sequence.yml @@ -16,4 +16,4 @@ exclude: using_namespace: - clanguml start_from: - - function: "clanguml::config::load(const std::string &,std::optional,std::optional)" \ No newline at end of file + - function: "clanguml::config::load(const std::string &,std::optional,std::optional,bool)" \ No newline at end of file