From 39be6014ed11da8dad2503d948617cafe287d7f5 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 6 Aug 2023 12:35:17 +0200 Subject: [PATCH] Updated internal UML configs --- Makefile | 2 +- uml/sequence/load_config_sequence.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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