Added options to render diagrams using plantuml and mermaidjs external tools

This commit is contained in:
Bartek Kryza
2023-11-12 22:57:37 +01:00
parent 429e1c47a9
commit 35f45a07e6
21 changed files with 266 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ load_config(const std::string &test_name)
clanguml::common::compilation_database_ptr>
res;
res.first = clanguml::config::load(test_name + "/.clang-uml", true);
res.first = clanguml::config::load(test_name + "/.clang-uml", true, true);
LOG_DBG("Loading compilation database from {}",
res.first.compilation_database_dir());